array many(array $keys) Retrieve multiple items from the cache by key.
int|bool increment(string $key, mixed $value = 1) Increment the value of
mixed rememberForever(string $key, Closure $callback)
void flush() Remove all items from the cache.
void register() Register the service provider.
int|bool decrement(string $key, mixed $value = 1) Decrement the value of
void offsetSet(string $key, mixed $value) Store an item in the cache for
string taggedItemKey(string $key) Get a fully qualified key for a tagged
Page 14 of 28