void flush() Remove all items from the cache.
int|bool increment(string $key, mixed $value = 1) Increment the value of
int|bool decrement(string $key, mixed $value = 1) Decrement the value of
void putMany(array $values, float|int $minutes) Store multiple items in
mixed store(string|null $name = null) Get a cache store instance by name
bool forget(string $key) Remove an item from the cache.
mixed rememberForever(string $key, Closure $callback)
mixed remember(string $key, DateTime|float|int $minutes,
void put(string $key, mixed $value, DateTime|float|int $minutes)
Page 1 of 3