Gets or sets the ICache for this strategy to use.

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

Syntax

Visual Basic (Declaration)
Property Cache As ICache
C#
ICache Cache { get; set; }
Visual C++
property ICache^ Cache {
	ICache^ get ();
	void set (ICache^ value);
}
JavaScript
function get_cache();
function set_cache(value);

Field Value

The ICache for this strategy to use.

See Also