void putMany(array $values, float|int $minutes) Store multiple items in
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|array $key) Retrieve an item from the cache by key.
bool isDeferred() Determine if the provider is deferred.
void put(string $key, mixed $value, DateTime|float|int $minutes = null)
static mixed __callStatic(string $method, array $parameters) Dynamically
void increment(string $key, mixed $value = 1) Increment the value of an
int|bool decrement(string $key, mixed $value) Decrement the value of an
string getPrefix() Get the cache key prefix.
Page 2 of 34