Click or drag to resize
EntryEventTKey, TValueOldValue Property
Returns 'null' if there was no value in the cache. If the prior state of the entry was invalid, or non-existent/destroyed, then the old value will be 'null'.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public TValue OldValue { get; }

Property Value

Type: TValue
See Also