Encrypter getEncrypter()
array many(array $keys) Retrieve multiple items from the cache by key.
void flush() Remove all items from the cache.
CacheHit class CacheHit (
void putMany(array $values, float|int $minutes) Store multiple items in
mixed offsetGet(string $key) Retrieve an item from the cache by key.
void __construct(string $key, array $tags = array()) Create a new event
mixed rememberForever(string $key, Closure $callback)
int|bool decrement(string $key, mixed $value = 1) Decrement the value of
Page 1 of 34