mixed sear(string $key, Closure $callback)
void decrement(string $key, mixed $value = 1) Increment the value of an
bool has(string $key) Determine if an item exists in the cache.
TaggedCache tags(array|mixed $names)
bool forget(string $key) Remove an item from the cache.
void putMany(array $values, float|int $minutes) Store multiple items in
Encrypter getEncrypter()
void __clone() Clone cache repository instance.
void forever(string $key, mixed $value) Store an item in the cache indefinitely
Page 1 of 34