CacheManager
class CacheManager implements Factory (View source)
Methods
void __construct(Application $app) Create a new Cache manager instance. mixed store(string|null $name = null) Get a cache store instance by name. mixed driver(string $driver = null) Get a cache driver instance. Repository repository(Store $store) Create a new cache repository with the given implementation. string getDefaultDriver() Get the default cache driver name. void setDefaultDriver(stri