Skip to main content

CacheDurationHook

Type Alias CacheDurationHook 

Source
pub type CacheDurationHook = Arc<Box<dyn Fn(CacheDurationHookContext<'_>) -> Option<Duration> + Send + Sync>>;
Expand description

Hook to get a response’s cache duration.

Aliased Type§

pub struct CacheDurationHook { /* private fields */ }