mixed driver(string $driver = null) Get a cache driver instance.
void __clone() Clone cache repository instance.
array many(array $keys) Retrieve multiple items from the cache by key.
string getPrefix() Get the cache key prefix.
void increment(string $key, mixed $value = 1) Increment the value of an
StoreInterface interface StoreInterface (
mixed get(string|array $key) Retrieve an item from the cache by key.
int|bool increment(string $key, mixed $value = 1) Increment the value of
void offsetSet(string $key, mixed $value) Store an item in the cache for
Page 3 of 28