Should we always invalidate the cache instead of recaching updated state

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

Syntax

Visual Basic (Declaration)
ReadOnly Property IsCacheInvalidationRequired As Boolean
C#
bool IsCacheInvalidationRequired { get; }
Visual C++
property bool IsCacheInvalidationRequired {
	bool get ();
}
JavaScript
function get_isCacheInvalidationRequired();

See Also