void fire() Execute the console command.
void flush() Remove all items from the cache.
mixed sear(string $key, Closure $callback)
TaggedCache tags(array|mixed $names)
string getPrefix() Get the cache key prefix.
mixed get(string|array $key) Retrieve an item from the cache by key.
void forever(string $key, mixed $value) Store an item in the cache indefinitely
int|bool increment(string $key, mixed $value = 1) Increment the value of
void setLaravel(Container $laravel)
bool forget(string $key) Remove an item from the cache.
Page 6 of 34