pub trait PreloadCacheDelegate<T, U>: Send + Sync { // Required method fn get(&self, key: &T) -> Option<U>; }