1 Reply Latest reply on Oct 21, 2016 3:21 AM by rvansa

    Notifications For deleted entries

    karminder.singh

      Hi,

      I am using infinispan 6.0, I need notifications for the entries that are deleted after TTL(time to live).

      Right now I am getting notifications for @CacheEntriesEvicted whereas I expect @CacheEntryRemoved to be raised.

      Also I am only able to retrieve key(entry.getKey()) of the evicted record, I also want to retrieve value of the evicted record. Entry.getValue() is returning null.

       

      Please help

       

      Thanks,

      Karminder