Murthy, would setting a simple TTL for entries work for you? Here is more info: https://apacheignite.readme.io/docs/expiry-policies
D. On Fri, May 13, 2016 at 2:03 PM, Murthy Kakarlamudi <[email protected]> wrote: > Hi, > What are my options to refresh ignite cache from underlying persistent > store on a scheduled basis. My use case is I have a server node that loads > data from underlying store to cache and I have a couple of client nodes > that perform computations reading cache data. I understand using Eviction > Policy and read-through, my client nodes can get the latest data, but I > cannot afford a database call during my computation. > > As my computation happens during business hours, I was wondering if I can > refresh my cache during non-business hours. Does Ignite have any support > for such scheduled refreshes? > > Thanks, > Murthy. >
