mixed pull(string $key, mixed $default = null) Retrieve an item from the
bool has(string $key) Determine if an item exists in the cache.
void put(string $key, mixed $value, float|int $minutes) Store an item in
mixed sear(string $key, Closure $callback)
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.
Page 3 of 3