mixed offsetGet(string $key) Retrieve an item from the cache by key.
int|bool decrement(string $key, mixed $value = 1) Decrement the value of
bool forget(string $key) Remove an item from the cache.
StoreInterface interface StoreInterface (
string ask(string $question, string $default = null) Prompt the user for
void flush() Remove all items from the cache.
array many(array $keys) Retrieve multiple items from the cache by key.
void forever(string $key, mixed $value) Store an item in the cache indefinitely
void error(string $string, null|int|string $verbosity = null) Write a string
Page 7 of 34