The actual cached data

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Value As Object
C#
public Object Value { get; }
Visual C++
public:
property Object^ Value {
	Object^ get ();
}
JavaScript
function get_value();

See Also