void error(string $string, null|int|string $verbosity = null) Write a string
mixed get(string|array $key) Retrieve an item from the cache by key.
TaggedCache tags(array|mixed $names)
array many(array $keys) Retrieve multiple items from the cache by key.
int|bool increment(string $key, mixed $value = 1) Increment the value of
bool forget(string $key) Remove an item from the cache.
mixed offsetGet(string $key) Retrieve an item from the cache by key.
string getPrefix() Get the cache key prefix.
void putMany(array $values, float|int $minutes) Store multiple items in
TaggableStore class TaggableStore (
Page 6 of 34