void putMany(array $values, float|int $minutes) Store multiple items in
array many(array $keys) Retrieve multiple items from the cache by key.
mixed resetAttempts(string $key) Reset the number of attempts for the given
void info(string $string, null|int|string $verbosity = null) Write a string
void flush() Remove all items from the cache.
bool add(string $key, mixed $value, DateTime|float|int $minutes)
string resetTag(string $name) Reset the tag and return the new tag identifier
bool forget(string $key) Remove an item from the cache.
mixed remember(string $key, DateTime|int $minutes,
void offsetUnset(string $key) Remove an item from the cache.
Page 28 of 34