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