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.
void forever(string $key, mixed $value) Store an item in the cache indefinitely
mixed driver(string $driver = null) Get a cache driver instance.
int|bool decrement(string $key, mixed $value) Decrement the value of an
void __construct(string $key, array $tags = array()) Create a new event
mixed store(string|null $name = null) Get a cache store instance by name
bool hasOption(string $name) Determine if the given option is present.
void setLaravel(Container $laravel)
Page 7 of 34