pingora_cache::meta

Type Alias FreshSecByStatusFn

Source
pub type FreshSecByStatusFn = fn(_: StatusCode) -> Option<u32>;
Expand description

The function to generate TTL from the given StatusCode.