int|bool increment(string $key, mixed $value = 1) Increment the value of
void putMany(array $values, float|int $minutes) Store multiple items in
bool add(string $key, mixed $value, float|int $minutes) Store an item in
bool offsetExists(string $key) Determine if a cached value exists.
CacheServiceProvider class CacheServiceProvider extends
void commands(array|mixed $commands) Register the package's custom Artisan
string getPrefix() Get the cache key prefix.
void flush() Remove all items from the cache.
void __construct(Repository $cache)
Page 19 of 34