TaggedCache tags(array|mixed $names)
mixed sear(string $key, Closure $callback)
void setDefaultCacheTime(int $minutes) Set the default cache time in minutes
bool has(string $key) Determine if an item exists in the cache.
array many(array $keys) Retrieve multiple items from the cache by key.
void put(string $key, mixed $value, DateTime|int $minutes = null)
void putMany(array $values, float|int $minutes) Store multiple items in
TaggedCache section(string $name)
string getPrefix() Get the cache key prefix.
int|bool decrement(string $key, mixed $value = 1) Decrement the value of
Page 29 of 34