1 type derived from IdentityCache
System.Data.Linq (1)
IdentityManager.cs (1)
247internal class IdentityCache<T, K> : IdentityCache {
4 references to IdentityCache
System.Data.Linq (4)
IdentityManager.cs (4)
30Dictionary<MetaType, IdentityCache> caches; 31IdentityCache currentCache; 35this.caches = new Dictionary<MetaType, IdentityCache>(); 64this.currentCache = (IdentityCache)Activator.CreateInstance(