Should we always invalidate the cache instead of recaching updated state

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

Syntax

C#
bool IsCacheInvalidationRequired { get; }
Visual Basic
ReadOnly Property IsCacheInvalidationRequired As Boolean
	Get
Visual C++
property bool IsCacheInvalidationRequired {
	bool get ();
}

See Also