void register() Register the service provider.
FileStore class FileStore implements
array many(array $keys) Retrieve multiple items from the cache by key.
mixed __call(string $method, array $parameters) Dynamically handle calls
mixed get(string|array $key) Retrieve an item from the cache by key.
void put(string $key, mixed $value, float|int $minutes) Store an item in
bool forget(string $key) Remove an item from the cache.
int|bool decrement(string $key, mixed $value = 1) Decrement the value of
void flush() Remove all items from the cache.
Page 22 of 34