mixed get(string|array $key) Retrieve an item from the cache by key.
static bool hasMacro(string $name) Checks if macro is registered
int|bool increment(string $key, mixed $value = 1) Increment the value of
Store getStore()
RedisStore class RedisStore extends
int getDefaultCacheTime() Get the default cache time.
void put(string $key, mixed $value, DateTime|float|int $minutes = null)
int|bool decrement(string $key, mixed $value = 1) Decrement the value of
mixed remember(string $key, DateTime|float|int $minutes,
Page 10 of 34