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