Skip to main content

weigher

Function weigher 

Source
pub fn weigher<CacheKeyT>(
    cache_key: &CacheKeyT,
    cached_response: &CachedResponseRef,
) -> u32
where CacheKeyT: CacheKey,
Available on crate feature moka only.
Expand description

Moka cache entry weigher.