IEntityStateCache
public interface IEntityStateCache
Namespace
Methods
GetStateCache<T> (1 of 2)
public IConcurrentDictionary<Guid, Lazy<T>> GetStateCache<T>(string cacheKey)
where T : EntityStateBase
GetStateCache<T> (2 of 2)
public IConcurrentDictionary<Guid, Lazy<T>> GetStateCache<T>(string cacheKey,
Func<IConcurrentDictionary<Guid, Lazy<T>>> factory)
where T : EntityStateBase