Fetcher::RegistryStore(T)
Abstract base class for stores that follow the Entry/get/cleanup/enforce_limit
pattern. Concrete stores implement create_value(config) : T and any
store-specific methods.
Constants
DEFAULT_TTL = 5.minutes
Constructors
Instance methods
cleanup
Sourceclear
Sourcecreate_value(config) : T
Source