4 Replies Latest reply on Jan 19, 2012 12:30 PM by sudheerk84

    Getting the newly added entry in CacheEntryCreatedEvent

    sudheerk84

      I am using cache listeres and as part of teh event notification is would like to ge teh newly added entry. I do not see any such api. Am i missinf anything ?

       

       

      In CacheEntryModifiedEventand CacheEntryRemovedevent i see event.getValue(), whihc seems to be missing in created event.

       

       

      Basically i want this because , i am using transactions and want to save this entry in a temporary queue and process it on transaction commit event.