bool forget(string $key) Remove an item from the cache.
string getPrefix() Get the cache key prefix.
CacheHit class CacheHit (
void forever(string $key, mixed $value) Store an item in the cache indefinitely
int|bool increment(string $key, mixed $value = 1) Increment the value of
void __construct(string $key, array $tags = array()) Create a new event
bool add(string $key, mixed $value, DateTime|float|int $minutes)
Page 6 of 34