void offsetUnset(string $key) Remove an item from the cache.
mixed rememberForever(string $key, Closure $callback)
static void macro(string $name, callable $macro) Register a
bool forget(string $key) Remove an item from the cache.
int|bool increment(string $key, mixed $value = 1) Increment the value of
void register() Register the service provider.
void warn(string $string, null|int|string $verbosity = null) Write a string
void __construct(Repository $cache)
mixed get(string|array $key) Retrieve an item from the cache by key.
void flush() Remove all items from the cache.
Page 17 of 34