void forever(string $key, mixed $value) Store an item in the cache indefinitely
bool forget(string $key) Remove an item from the cache.
string|array option(string $key = null) Get the value of a command option
string askWithCompletion(string $question, array $choices, string $default = null)
void putMany(array $values, float|int $minutes) Store multiple items in
void decrement(string $key, mixed $value = 1) Increment the value of an
int|bool decrement(string $key, mixed $value) Decrement the value of an
TaggedCache tags(array|mixed $names)
KeyForgotten class KeyForgotten (
Page 7 of 34