mixed sear(string $key, Closure $callback)
void forever(string $key, mixed $value) Store an item in the cache indefinitely
string getPrefix() Get the cache key prefix.
TaggedCache tags(array|mixed $names)
bool forget(string $key) Remove an item from the cache.
string ask(string $question, string $default = null) Prompt the user for
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
Encrypter getEncrypter()
int|bool decrement(string $key, mixed $value = 1) Decrement the value of
Page 4 of 34