InvalidateOnChange Property
InvalidateOnChange
Whether to invalidate entries when entries in the backing data structure are changed.
Declaration
public bool InvalidateOnChange { get; set; }
Property Value
bool |
Remarks
When true, the cache listens for cluster-wide changes and invalidate entries accordingly.
Changes to the local Hazelcast instance always invalidate the cache immediately.