22.3. Cache Entry Modified Listener Configuration
In a cache entry modified listener, the modified value cannot be retrieved via
Cache.get() when isPre (an Event method) is false. For more information about isPre(), refer to the JBoss Data Grid API Documentation's listing for the org.infinispan.notifications.cachelistener.event package.
Instead, use
CacheEntryModifiedEvent.getValue() to retrieve the new value of the modified entry.