pub type CacheValueType<T> = Guard<Arc<CacheValue<T>>>;
struct CacheValueType<T> { /* private fields */ }