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