]
Galder Zamarreño updated ISPN-5253:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Update Listener Questions in FAQ
--------------------------------
Key: ISPN-5253
URL:
https://issues.jboss.org/browse/ISPN-5253
Project: Infinispan
Issue Type: Enhancement
Components: Documentation-Core
Affects Versions: 7.2.0.Alpha1
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Fix For: 7.2.0.Beta1
Listener FAQ question 2.7.2. (When annotating a method with CacheEntryCreated, how do I
retrieve the value of the cache entry added?) is no longer valid. The CacheEntryCreated
has a method (since 6.0) to return the value added and since 7.0, the
CacheEntryModifiedEvent is not triggered.