void putMany(array $values, float|int $minutes) Store multiple items in
void forever(string $key, mixed $value) Store an item in the cache indefinitely
void clear(string $key) Clear the hits and lockout for the given key.
string anticipate(string $question, array $choices, string $default = null)
void offsetUnset(string $key) Remove an item from the cache.
mixed rememberForever(string $key, Closure $callback)
int|bool decrement(string $key, mixed $value = 1) Decrement the value of
static mixed __callStatic(string $method, array $parameters) Dynamically
int|bool increment(string $key, mixed $value = 1) Increment the value of
void __construct(CacheManager $cache)
Page 17 of 34