class

Fetcher::RateLimiterStore

Inherits Fetcher::RegistryStore < Reference < Object

Encapsulated store for rate limiters. Localizes mutation and locking so the public RateLimiterRegistry can remain a thin facade.

Constructors

new(max_entries : Int32 = 10000)
Source

Instance methods

create_value(config) : TokenBucketRateLimiter
Source