pub type HitHandler = Box<dyn HandleHit + Send + Sync>;
cache
Hit Handler
pub struct HitHandler(/* private fields */);