void forever(string $key, mixed $value) Store an item in the cache indefinitely
mixed get(string|array $key) Retrieve an item from the cache by key.
bool has(string $key) Determine if an item exists in the cache.
bool isDeferred() Determine if the provider is deferred.
mixed driver(string $driver = null) Get a cache driver instance.
int|bool decrement(string $key, mixed $value) Decrement the value of an
int|bool increment(string $key, mixed $value = 1) Increment the value of
string tagKey(string $name) Get the tag identifier key for a given tag
bool forget(string $key) Remove an item from the cache.
Page 5 of 34