TaggedCache tags(array|mixed $names)
mixed store(string|null $name = null) Get a cache store instance by name
StoreInterface interface StoreInterface (
void decrement(string $key, mixed $value = 1) Increment the value of an
void flush() Remove all items from the cache.
string askWithCompletion(string $question, array $choices, string $default = null)
array many(array $keys) Retrieve multiple items from the cache by key.
void offsetSet(string $key, mixed $value) Store an item in the cache for
void put(string $key, mixed $value, DateTime|float|int $minutes = null)
Page 2 of 34