void setLaravel(Container $laravel)
int|bool increment(string $key, mixed $value = 1) Increment the value of
mixed get(string $key) Retrieve an item from the cache by key.
mixed get(string $key, mixed $default = null) Retrieve an item from the
TaggedCache tags(array|mixed $names)
array provides() Get the services provided by the provider.
RedisTaggedCache class RedisTaggedCache extends
int hit(string $key, float|int $decayMinutes = 1) Increment the counter
void registerCommands() Register the cache related console commands.
void flush() Remove all items from the cache.
Page 11 of 34