mixed get(string $key) Retrieve an item from the cache by key.
bool forget(string $key) Remove an item from the cache.
Filesystem getFilesystem()
void __construct(ConnectionInterface $connection
void putMany(array $values, float|int $minutes) Store multiple items in
Application getLaravel()
int|bool decrement(string $key, mixed $value = 1) Increment the value of
int|bool increment(string $key, mixed $value = 1) Increment the value of
mixed remember(string $key, DateTime|float|int $minutes,
Memcached getMemcached() Get the underlying Memcached connection.
Page 10 of 34