EntityCaches
public class EntityCaches
Namespace
Constructors
EntityCaches
Initializes a new instance of the EntityCaches
class.
public EntityCaches(Func<Type, IEntityCache> cacheFactory)
Methods
GetOrCreate<T>
Gets a cache.
public virtual IEntityCache GetOrCreate<T>()
where T : class