ObjectCache 的使用
Cache的获取及定义 Cache的获取代码: var cache = CacheManager.Instance.GetCache<KeyType, ValueType>(); 因此对Cache的定义,实际上就是对KeyType和ValueType的定义,例如:class Key :IEquatable<Key>{public string Id{get;...