Thanks Denis! On Wed, May 4, 2016 at 5:55 PM, Denis Magda <[email protected]> wrote:
> Yes, it does. But it’s available as a part of paid enterprise version > delivered by GridGain. It’s not a part of Apache Ignite. > > — > Denis > > On May 4, 2016, at 3:12 PM, Kamal C <[email protected]> wrote: > > Denis, > > Is Local Recoverable CacheStore applicable for all the cache modes? > (Local, Replicated and Partitioned) > > --Kamal > > On Wed, May 4, 2016 at 5:21 PM, Denis Magda <[email protected]> wrote: > >> Hi Kamal, >> >> Ignite doesn’t have an implementation of the CacheStore that stores cache >> data in files on disk. >> You should implement it on your own or use the one that is provided by >> other vendors (i.e. GridGain delivers Local Store [1] as a part of it >> enterprise product built on top of Ignite). >> >> [1] https://gridgain.readme.io/docs/local-recoverable-store >> >> — >> Denis >> >> On May 4, 2016, at 2:47 PM, Kamal C <[email protected]> wrote: >> >> Hi, >> >> I have a requirement in which state of the caches should be preserved >> during application restart. >> >> I've gone through the [1] link. But, I don't want to store my contents >> in the database. How to store the contents of cache in the disk ? >> >> [1] https://apacheignite.readme.io/docs/persistent-store >> >> --Kamal >> >> >> > >
