mixed __call(string $method, array $parameters) Dynamically handle missing
void setDefaultDriver(string $name) Set the default cache driver name.
array many(array $keys) Retrieve multiple items from the cache by key.
void forever(string $key, mixed $value) Store an item in the cache indefinitely
array when() Get the events that trigger this service provider to register
int|bool decrement(string $key, mixed $value = 1) Decrement the value of
void flush() Remove all items from the cache.
int|bool increment(string $key, mixed $value = 1) Increment the value of
Page 20 of 28