Does the AsyncEvent.getDeserializedValue() method return a snapshot of the affected cache entry at the time the Event was fired or does it return the object directly from cache? In other words if I save these events for future DB write down can I still apply the incremental changes to the DB based on what is returned from this method if I process the Events and use the value from AsyncEvent.getDeserializedValue() in chronological order?
↧