Gets or sets the ICache for this strategy to use.
Namespace:
NHibernate.CacheAssembly: 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); |