pub type CacheableHook = Arc<Box<dyn Fn(CacheableHookContext<'_>) -> bool + Send + Sync>>;
Hook to check if a request or a response is cacheable.
pub struct CacheableHook { /* private fields */ }