When implemented by a class, gets or sets the CacheConcurrencyStrategy
to use to read/write instances of the persistent class to the Cache.
Namespace:
NHibernate.Mapping
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Property CacheConcurrencyStrategy As String |
C# |
---|
public abstract string CacheConcurrencyStrategy { get; set; } |
Visual C++ |
---|
public:
virtual property String^ CacheConcurrencyStrategy {
String^ get () abstract;
void set (String^ value) abstract;
} |
JavaScript |
---|
function get_cacheConcurrencyStrategy();
function set_cacheConcurrencyStrategy(value); |
Field Value
The CacheConcurrencyStrategy used with the Cache.
See Also