pub trait CacheParam { type CacheType: Eq; // Required method fn to_cache_type(&self) -> Self::CacheType; }