github.com/goravel/framework@v1.13.9/facades/cache.go (about) 1 package facades 2 3 import ( 4 "github.com/goravel/framework/contracts/cache" 5 ) 6 7 func Cache() cache.Cache { 8 return App().MakeCache() 9 }