Re: Cache write-through for backup entries

2016-04-07 Thread Shaun Mcginnity
n context: > http://apache-ignite-users.70518.x6.nabble.com/Cache-write-through-for-backup-entries-tp3861p3911.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >

Re: Cache write-through for backup entries

2016-04-04 Thread vkulichenko
Hi Shaun, If the data is small, you can simply switch to replicated cache. Will this work for you? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Cache-write-through-for-backup-entries-tp3861p3911.html Sent from the Apache Ignite Users mailing list

Re: Cache write-through for backup entries

2016-04-04 Thread Shaun Mcginnity
t; > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Cache-write-through-for-backup-entries-tp3861p3872.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >

Re: Cache write-through for backup entries

2016-04-01 Thread vkulichenko
.x6.nabble.com/Cache-write-through-for-backup-entries-tp3861p3872.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Cache write-through for backup entries

2016-04-01 Thread Shaun Mcginnity
Hi, I would like to implement cache write through for both primary and backup entries. The use-case is to maintain a backup of the cache on disk on each DDM node. I have implemented CacheWriter but it is only called for primary entries, not backup entries. Is there a way that I can implement thi