Namespaces

Types

Type ICacheProvider

Namespace NHibernate.Cache

Methods

Public instance methods

ICache BuildCache(string regionName, IDictionary properties)

Configure the cache
Parameters
return ICache
string regionName the name of the cache region
IDictionary properties configuration settings

long NextTimestamp()

generate a timestamp
Parameters
return long

void Start(IDictionary properties)

Callback to perform any necessary initialization of the underlying cache implementation during ISessionFactory construction.
Parameters
IDictionary properties current configuration settings

void Stop()

Callback to perform any necessary cleanup of the underlying cache implementation during Close .