Romain, Can you please explain the use case a bit. Version has always been a private class and user access to it is not a common scenario.
As you noticed, CacheEntry in JCache is very simple and does not carry any additional information/functionality, so we removed ability to get version as well. --Yakov 2015-05-21 13:00 GMT+03:00 Romain Gilles <[email protected]>: > Hi all, > I the process to migrate from gridgain 6 to 7. I would like to know if > there > is a way to get the version of an entry. > In gridgain 6 from entry GridCacheEntry you can call the version() to get > the version of the entry. Is there any equivalent way to do it in gridgain > 7? > > Regards, > > Romain > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/How-to-get-the-version-of-an-Entry-tp361.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
