Re: Get key or cache's updation time?

2019-10-11 Thread Andrei Aleksandrov

Hi,

I guess that you can use CacheEntry to check that new version of entry 
is different from previous. Example you can see here:


https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/cache/CacheEntry.html

In case of you are going to check cache updates then try to use Events 
(but here you can get performance drop):


https://apacheignite.readme.io/docs/events

BR,
Andrei

10/11/2019 4:08 PM, SidP пишет:

Is there a way to know if key and/or cache is updation time?

I want to check if key or cache is updated in last 10 sec or not?




--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/


Get key or cache's updation time?

2019-10-11 Thread SidP
Is there a way to know if key and/or cache is updation time?

I want to check if key or cache is updated in last 10 sec or not?




--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/