Namespace:  NHibernate.Cfg
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Property IsSecondLevelCacheEnabled As Boolean
C#
public bool IsSecondLevelCacheEnabled { get; set; }
Visual C++
public:
property bool IsSecondLevelCacheEnabled {
	bool get ();
	void set (bool value);
}
JavaScript
function get_isSecondLevelCacheEnabled();
function set_isSecondLevelCacheEnabled(value);

See Also