void flush() Remove all items from the cache.
void putMany(array $values, float|int $minutes) Store multiple items in
mixed get(string|array $key) Retrieve an item from the cache by key.
void forget(string $key) Remove an item from the cache.
OutputInterface getOutput() Get the output implementation.
void __construct(ConnectionInterface $connection
void put(string $key, mixed $value, float|int $minutes) Store an item in
int|bool decrement(string $key, mixed $value = 1) Decrement the value of
Page 15 of 34