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

Syntax

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

See Also