-2

I need to populate the cache at startup (referenced in this post Add cache at runtime to GridGain / reconfigure GridGain at runtime). I need to refresh the cache as some actions do change the data - how can I do it?

Surya
  • 11
  • 1
  • Please [edit] to add meaningful code and a problem description here. Posting a [Minimal, Complete, Verifiable Example](http://$SITEURL$/help/mcve) that demonstrates your problem would help you get better answers. Thanks! – SivolcC Dec 06 '18 at 05:18

1 Answers1

0

You can use loadCache() both for initial loading and for refresh.

alamar
  • 18,729
  • 4
  • 64
  • 97