I have Ignite cache and entry listener for that cache generates event with the entry key and entry value. Most of the times I am interested only in key and not in value, is it possible to create listener that will notify me with new key and based on this I can decide If i load the value from cache. I don't want to send the cache value always to client.
thanks -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/