pub type UserRef<'a> = CacheRef<'a, UserId, User, Infallible>;
pub struct UserRef<'a> { /* private fields */ }