string getPrefix() Get the cache key prefix.
bool forget(string $key) Remove an item from the cache.
array many(array $keys) Retrieve multiple items from the cache by key.
mixed get(string $key, mixed $default = null) Retrieve an item from the
bool add(string $key, mixed $value, DateTime|float|int $minutes)
Store interface Store (
void forever(string $key, mixed $value) Store an item in the cache indefinitely
Factory interface Factory (
int|bool increment(string $key, mixed $value = 1) Increment the value of
Repository interface Repository (
Page 2 of 3