array many(array $keys) Retrieve multiple items from the cache by key.
bool forget(string $key) Remove an item from the cache.
ArrayStore class ArrayStore extends
TaggedCache class TaggedCache extends
RateLimiter class RateLimiter (
void forever(string $key, mixed $value) Store an item in the cache indefinitely
string getPrefix() Get the cache key prefix.
mixed pull(string $key, mixed $default = null) Retrieve an item from the
TaggedCache tags(array|mixed $names)
$this extend(string $driver, Closure $callback)
Page 33 of 34