Get the cache (optional operation)

Namespace: NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
ICacheConcurrencyStrategy Cache { get; }
Visual Basic
ReadOnly Property Cache As ICacheConcurrencyStrategy
	Get
Visual C++
property ICacheConcurrencyStrategy^ Cache {
	ICacheConcurrencyStrategy^ get ();
}

See Also