Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
Modifier and Type | Method and Description |
---|---|
SerializedCacheValue<V> |
EntryEvent.getSerializedNewValue()
Returns the serialized form of the value in the cache after this event.
|
SerializedCacheValue<V> |
EntryEvent.getSerializedOldValue()
Returns the serialized form of the value in the cache before this event.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.