Destroy in general will get rid of both the entry, key, and value. Invalidate just gets rid of the value. But with the addition of tombstones destroy, initially, only gets rid of the value. The CachePerfStats have a stat "tombstones" that you can use even on a client to see how many entries+keys are currently in memory with no value because they have been destroyed but their tombstone has not yet been gc'd.
On Fri, Aug 12, 2016 at 5:34 AM, Michael Stolz <mst...@pivotal.io> wrote: > In Geode Java client does LOCAL_DESTROY eviction action destroy the Entry > overhead as well as the payload? > > Also, are tombstones used on client cache? > > -- > Mike Stolz > Principal Engineer, GemFire Product Manager > Mobile: 631-835-4771 >