CacheTableCommand class CacheTableCommand extends
void clear(string $key) Clear the hits and lockout for the given key.
int|bool decrement(string $key, mixed $value = 1) Decrement the value of
mixed rememberForever(string $key, Closure $callback)
mixed get(string $key) Retrieve an item from the cache by key.
void __construct(Store $store,
int|bool increment(string $key, mixed $value = 1) Increment the value of
void forever(string $key, mixed $value) Store an item in the cache indefinitely
void putMany(array $values, float|int $minutes) Store multiple items in
static bool hasMacro(string $name) Checks if macro is registered
Page 21 of 34