Gets or sets the CacheConcurrencyStrategy
to use to read/write instances of the persistent class to the Cache.
Namespace: NHibernate.MappingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public override string CacheConcurrencyStrategy { get; set; } |
Visual Basic |
---|
Public Overrides Property CacheConcurrencyStrategy As String
Get
Set |
Visual C++ |
---|
public:
virtual property String^ CacheConcurrencyStrategy {
String^ get () override;
void set (String^ value) override;
} |
Field Value
The CacheConcurrencyStrategy used with the Cache.
See Also