Type Alias pingora_cache::storage::HitHandler

source ·
pub type HitHandler = Box<dyn HandleHit + Sync + Send>;
Expand description

Hit Handler

Aliased Type§

struct HitHandler(/* private fields */);