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 Overrides Property CacheConcurrencyStrategy As String
C#
public override string CacheConcurrencyStrategy { get; set; }
Visual C++
public:
virtual property String^ CacheConcurrencyStrategy {
	String^ get () override;
	void set (String^ value) override;
}
JavaScript
function get_cacheConcurrencyStrategy();
function set_cacheConcurrencyStrategy(value);

Field Value

The CacheConcurrencyStrategy used with the Cache.

See Also