Type Alias pingora_cache::meta::FreshSecByStatusFn
source · pub type FreshSecByStatusFn = fn(_: StatusCode) -> Option<u32>;Expand description
The function to generate TTL from the given StatusCode.
pub type FreshSecByStatusFn = fn(_: StatusCode) -> Option<u32>;The function to generate TTL from the given StatusCode.