One more point. You don't have to and should not pass IgniteCache as a
parameter. Instead, you can inject Ignite into transient field in the
CacheStore implementation and then use it to acquire cache:

@IgniteInstanceResource
private transient Ignite ignite;

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Cache-refresh-because-of-hibernate-versioning-mechanism-tp14394p15035.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to