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) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public abstract string CacheConcurrencyStrategy { get; set; }
Visual Basic
Public MustOverride Property CacheConcurrencyStrategy As String
	Get
	Set
Visual C++
public:
virtual property String^ CacheConcurrencyStrategy {
	String^ get () abstract;
	void set (String^ value) abstract;
}

Field Value

The CacheConcurrencyStrategy used with the Cache.

See Also