string getPrefix() Get the cache key prefix.
int|bool decrement(string $key, mixed $value = 1) Decrement the value of
bool forget(string $key) Remove an item from the cache.
array many(array $keys) Retrieve multiple items from the cache by key.
void decrement(string $key, mixed $value = 1) Increment the value of an
bool isDeferred() Determine if the provider is deferred.
bool add(string $key, mixed $value, DateTime|float|int $minutes)
mixed get(string|array $key) Retrieve an item from the cache by key.
void put(string $key, mixed $value, DateTime|float|int $minutes = null)
int|bool increment(string $key, mixed $value = 1) Increment the value of
Page 1 of 28