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.

Reply via email to