Gets or sets the ICache for this strategy to use.
Namespace: NHibernate.CacheAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
ICache Cache { get; set; } |
| Visual Basic |
|---|
Property Cache As ICache Get Set |
| Visual C++ |
|---|
property ICache^ Cache { ICache^ get (); void set (ICache^ value); } |