mixed get(string $key) Retrieve an item from the cache by key.
void setPrefix(string $prefix) Set the cache key prefix.
void offsetUnset(string $key) Remove an item from the cache.
int|bool increment(string $key, mixed $value = 1) Increment the value of
bool has(string $key) Determine if an item exists in the cache.
bool forget(string $key) Remove an item from the cache.
TaggedCache tags(array|mixed $names)
void putMany(array $values, int $minutes) Store multiple items in the cache
RateLimiter class RateLimiter (
void __construct(Application $app)
Page 27 of 28