Class SharedDataContextCache
A shared data context cache.
Implements
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Object, IEntityEntry>>
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.Object, IEntityEntry>>
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Data.InMemory.Caching
Assembly: Kephas.Data.dll
Syntax
public class SharedDataContextCache : DataContextCache, IDataContextCache, IDictionary<object, IEntityEntry>, ICollection<KeyValuePair<object, IEntityEntry>>, IEnumerable<KeyValuePair<object, IEntityEntry>>, IEnumerable
Constructors
| Improve this Doc View SourceSharedDataContextCache()
Initializes a new instance of the SharedDataContextCache class.
Declaration
public SharedDataContextCache()
Implements
System.Collections.Generic.IDictionary<TKey, TValue>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable