mixed sear(string $key, Closure $callback)
mixed get(string|array $key) Retrieve an item from the cache by key.
void forever(string $key, mixed $value) Store an item in the cache indefinitely
bool delete(string $key) Remove an item from the cache.
bool hasOption(string $name) Determine if the given option is present.
void setDefaultDriver(string $name) Set the default cache driver name.
array|bool put(string $key, mixed $value, int $seconds) Store an item in
RetrievesMultipleKeys trait RetrievesMultipleKeys (
Page 23 of 34