void setEventDispatcher(Dispatcher $events)
bool forget(string $key) Remove an item from the cache.
mixed __call(string $method, array $parameters) Handle dynamic calls into
string getPrefix() Get the cache key prefix.
array many(array $keys) Retrieve multiple items from the cache by key.
Illuminate\Cache\Console Classes
void forever(string $key, mixed $value) Store an item in the cache indefinitely
bool add(string $key, mixed $value, DateTime|float|int $minutes)
mixed remember(string $key, DateTime|int $minutes,
int|bool increment(string $key, mixed $value) Increment the value of an
Page 30 of 34