string getDirectory() Get the working directory of the cache.
void offsetSet(string $key, mixed $value) Store an item in the cache for
void put(string $key, mixed $value, int $minutes) Store an item in the
Store getStore()
Illuminate\Cache\Console Classes
TaggedCache tags(array|mixed $names)
bool forget(string $key) Remove an item from the cache.
string taggedItemKey(string $key) Get a fully qualified key for a tagged
mixed pull(string $key, mixed $default = null) Retrieve an item from the
void flush() Remove all items from the cache.
Page 23 of 28