[Missing namespace summary documentation for N:NHibernate.Caches.SysCache2]

Classes

  ClassDescription
public classCacheDependenciesElement
Defines the cache dependencies for an NHibernate cache region

public classCacheRegionCollection

public classCacheRegionElement
Represents a cacheRegion configuration element

public classCommandCacheDependencyCollection
Represents a collection of CommandCacheDependencyElement objects.

public classCommandCacheDependencyElement
Configures a sql command notification cache dependency for am NHibernate cache region

public classConfigConnectionStringProvider
Connection string provider that uses the ConfigurationManager to retrieve conenction strings

public classNullableTimeSpanValidator
Timespan validator that can accept a null value as valid input

public classSqlCommandCacheDependencyEnlister
Creates SqlCacheDependency objects and hooks them up to a query notification based on the command

public classSqlTableCacheDependencyEnlister
Creates SqlCacheDependency objects dependent on data changes in a table and registers the dependency for change notifications if necessary

public classStaticConnectionStringProvider
Connection string provider that returns a specified connection string

public classSysCacheProvider
Cache provider using the System.Web.Caching classes

public classSysCacheRegion
Pluggable cache implementation using the System.Web.Caching classes

public classSysCacheSection
Provides Configuration system support for the SysCache configuration section

public classTableCacheDependencyCollection
Represents a collection of TableCacheDependencyElement objects.

public classTableCacheDependencyElement
Configures a table monitor cache dependency for an Nhibernate cache region.

Interfaces

  InterfaceDescription
public interfaceICacheDependencyEnlister
Enlists a CacheDependency for change notifications

public interfaceIConnectionStringProvider
Provides connection strings