void setPrefix(string $prefix) Set the cache key prefix.
Store getStore()
void __clone() Clone cache repository instance.
void putMany(array $values, float|int $minutes) Store multiple items in
mixed get(string|array $key) Retrieve an item from the cache by key.
mixed __call(string $method, array $parameters) Dynamically handle calls
DatabaseStore class DatabaseStore implements
void put(string $key, mixed $value, float|int $minutes) Store an item in
mixed get(string $key) Get an item from the cache.
Page 11 of 28