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 
<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 
> <https://apacheignite.readme.io/docs/persistent-store>
> 
> --Kamal

Reply via email to