The current cache mode.

Namespace: NHibernate
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
CacheMode CacheMode { get; set; }
Visual Basic
Property CacheMode As CacheMode
	Get
	Set
Visual C++
property CacheMode CacheMode {
	CacheMode get ();
	void set (CacheMode value);
}

Remarks

Cache mode determines the manner in which this session can interact with the second level cache.

See Also