RateLimiter class RateLimiter (
void forever(string $key, mixed $value) Store an item in the cache indefinitely
string getPrefix() Get the cache key prefix.
mixed pull(string $key, mixed $default = null) Retrieve an item from the
array many(array $keys) Retrieve multiple items from the cache by key.
TaggedCache tags(array|mixed $names)
$this extend(string $driver, Closure $callback)
int|bool increment(string $key, mixed $value = 1) Increment the value of
ApcStore class ApcStore extends
Application getLaravel()
Page 34 of 34