void offsetSet(string $key, mixed $value) Store an item in the cache for
void flush() Remove all items from the cache.
void forever(string $key, mixed $value) Store an item in the cache indefinitely
TaggedCache tags(array|mixed $names)
string getPrefix() Get the cache key prefix.
void increment(string $key, mixed $value = 1) Increment the value of an
int|bool decrement(string $key, mixed $value = 1) Decrement the value of
int|bool decrement(string $key, mixed $value) Decrement the value of an
void put(string $key, mixed $value, DateTime|float|int $minutes = null)
Page 2 of 34