bool forget(string $key) Remove an item from the cache.
void put(string $key, mixed $value, float|int $minutes) Store an item in
array many(array $keys) Retrieve multiple items from the cache by key.
mixed offsetGet(string $key) Retrieve an item from the cache by key.
mixed rememberForever(string $key, Closure $callback)
mixed driver(string $driver = null) Get a cache driver instance.
void __clone() Clone cache repository instance.
string getPrefix() Get the cache key prefix.
Page 2 of 28