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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsCacheable As Boolean
C#
public bool IsCacheable { get; }
Visual C++
public:
property bool IsCacheable {
	bool get ();
}
JavaScript
function get_isCacheable();

See Also