]
Paul Ferraro commented on ISPN-8324:
------------------------------------
[~william.burns] That works for me.
Cache listener receives CacheEntriesEvictedEvent for entries
irrespective of filter
-----------------------------------------------------------------------------------
Key: ISPN-8324
URL:
https://issues.jboss.org/browse/ISPN-8324
Project: Infinispan
Issue Type: Bug
Components: Eviction
Affects Versions: 9.1.1.Final
Reporter: Paul Ferraro
Attachments: Test.java
If a cache registers a listener using a KeyFilter, should not receive
CacheEntriesEvictedEvents for entries that do not honor the filter. See attached
reproducer.