You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by userx <ga...@gmail.com> on 2018/11/15 16:47:18 UTC

Is near cache persistent ?

Hi All,

I have a requirement to create a NearCache (a server and a client are
started on the same machine). Is it possible to create such a cache with
Persistent configuration and also be distributed. Or does a near cache
always have to be governed by an eviction policy ?

Regards



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Is near cache persistent ?

Posted by "Maxim.Pudov" <pu...@gmail.com>.
Near cache is a local cache for faster access to data on client nodes. Client
node is a node, which connects to a cluster, does some work and could be
disconnected after that, it doesn't store data permanently, that's server
node's responsibility.



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Is near cache persistent ?

Posted by userx <ga...@gmail.com>.
Hi All,

Any comments on this question ?

https://apacheignite.readme.io/docs/near-caches
<https://apacheignite.readme.io/docs/near-caches>  

does not categorically mention about NearCache being used in persistent
mode. Though an example with an eviction policy is given and eviction policy
is only required in non persistent mode.



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/