StoreInterface interface StoreInterface (
int|bool increment(string $key, mixed $value = 1) Increment the value of
CacheHit class CacheHit (
void put(string $key, mixed $value, DateTime|float|int $minutes = null)
TaggedCache tags(array|mixed $names)
bool forget(string $key) Remove an item from the cache.
string getPrefix() Get the cache key prefix.
void flush() Remove all items from the cache.
void __construct(Database $redis, string $prefix = '', string
bool add(string $key, mixed $value, DateTime|float|int $minutes)
Page 6 of 34