Hi, Please properly subscribe to the user list so that we can see your questions as soon as possible and provide answers on them quicker. All you need to do is send an email to ì [email protected]î and follow simple instructions in the reply.
Ignite full support jcache API: it means you can adding and get elements in memory cache structure. Also you can look the article about JCache and Beyond[1] Ignite cache as is does not have any type restriction. For access to POJO, you can use Binary interface (this allow to get a access object without java classes on classpath)[2]. [1]: http://apacheignite.gridgain.org/docs/jcache [2]: http://apacheignite.gridgain.org/docs/binary-marshaller#binaryobject-cache-api princessd8251 wrote > hello there, > > I want to use the ignite cache with POJO, is it possible to add/modify the > POJO field and hot deploy the new POJO without clear the existing cached > data? > > Thanks, > William -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/if-Cache-POJO-changed-need-reload-the-cache-tp8723p8727.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
