void clear(string $key) Clear the hits and lockout for the given key.
string getPrefix() Get the cache key prefix.
mixed get(string $key) Retrieve an item from the cache by key.
ClientInterface connection() Get the Redis connection instance.
Illuminate\Cache Namespaces Illuminate\Cache\Console
mixed get(string|array $key) Retrieve an item from the cache by key.
TaggedCache section(string $name)
mixed resetAttempts(string $key) Reset the number of attempts for the given
Page 18 of 28