void flush() Remove all items from the cache.
void put(string $key, mixed $value, float|int $minutes) Store an item in
bool forget(string $key) Remove an item from the cache.
TaggedCache tags(array|mixed $names)
void putMany(array $values, float|int $minutes) Store multiple items in
void setDefaultCacheTime(float|int $minutes) Set the default cache time
mixed __call(string $method, array $parameters) Dynamically handle calls
int|bool decrement(string $key, mixed $value = 1) Decrement the value of
static mixed __callStatic(string $method, array $parameters) Dynamically
Page 8 of 34