Suoranta.EnterpriseLib.Web - Developer API

CachedDbSet<(Of <(<'TEntity>)>)> Class

Static HashSet cache for the entity class.

Namespace:  Suoranta.EnterpriseLib.Web.Types
Assembly:  Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)

Syntax


public class CachedDbSet<TEntity> : CachedSet<TEntity>, 
	ICachedDbSet<TEntity>

Type Parameters

TEntity

Remarks


Main use case is to bind ICachedDbSet<(Of <(<'TEntity>)>)> to the relevant constructor.

Inheritance Hierarchy


Object
  Suoranta.EnterpriseLib.Types..::..CachedSet<(Of <(<'TEntity>)>)>
    Suoranta.EnterpriseLib.Web.Types..::..CachedDbSet<(Of <(<'TEntity>)>)>