Fetcher::CacheStore
Actor-backed cache store that owns mutation for cache entries, eviction and stats.
Constructors
Instance methods
cleanup
Sourceclear
Sourceclose
Gracefully stop the owner fiber and unregister cleanup. Call this when RequestConfig is no longer needed.
enabled?
Sourcemax_size
Sourcestats
SourceNested types
- Fetcher::CacheStore::CleanupMsg
- Fetcher::CacheStore::ClearByPrefixMsg
- Fetcher::CacheStore::ClearMsg
- Fetcher::CacheStore::EnabledGetMsg
- Fetcher::CacheStore::EnabledSetMsg
- Fetcher::CacheStore::GetMsg
- Fetcher::CacheStore::MaxSizeGetMsg
- Fetcher::CacheStore::MaxSizeSetMsg
- Fetcher::CacheStore::SetMsg
- Fetcher::CacheStore::StatsMsg
- Fetcher::CacheStore::StopMsg