void setDefaultCacheTime(float|int $minutes) Set the default cache time
static mixed __callStatic(string $method, array $parameters) Dynamically
mixed get(string $key) Retrieve an item from the cache by key.
void flush() Remove all items from the cache.
void __construct(Store $store)
void __construct(Store $store, array $names = array())
string getDefaultDriver() Get the default cache driver name.
void put(string $key, mixed $value, float|int $minutes) Store an item in
int callSilent(string $command, array $arguments = array()) Call another
void forget(string $key) Remove an item from the cache.
Page 11 of 34