void put(string $key, mixed $value, DateTime|float|int $minutes = null)
mixed sear(string $key, Closure $callback)
void forever(string $key, mixed $value) Store an item in the cache indefinitely
mixed store(string|null $name = null) Get a cache store instance by name
int|bool increment(string $key, mixed $value = 1) Increment the value of
void __construct(Filesystem $files, string $directory)
static void macro(string $name, callable $macro) Register a
void flush() Remove all items from the cache.
bool forget(string $key) Remove an item from the cache.
Page 4 of 28