void __construct(Store $store)
int|bool decrement(string $key, mixed $value = 1) Decrement the value of
mixed attempts(string $key) Get the number of attempts for the given key
array getNames() Get all of the tag names in the set.
Filesystem getFilesystem()
int getDefaultCacheTime() Get the default cache time.
int|bool decrement(string $key, mixed $value = 1) Increment the value of
RedisStore class RedisStore extends
mixed get(string|array $key) Retrieve an item from the cache by key.
void flush() Remove all items from the cache.
Page 9 of 34