15.3. Cache Entry Modified Listener Configuration

In a cache entry modified listener, the modified value cannot be retrieved via Cache.get() when isPre equals false
Instead, use CacheEntryModifiedEvent.getValue() to retrieve the new value of the modified entry.