Namespaces

Types

Type NoCacheProvider

Namespace NHibernate.Cache

Interfaces ICacheProvider

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

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

long NextTimestamp()

Generate a timestamp
Parameters
return long

void Start(IDictionary properties)

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

void Stop()

Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().

string ToString()

Parameters
return string