macro_rules! CacheMgrImpl {
    ($mgr:ident,$cache:ident) => { ... };
}