Hi,
I am using ignite 2.6. I am trying refresh few caches which are already
loaded during server startup using cache loaders.
To refresh caches I am invoking IgniteCache.loadCache method. But it seems
that it is not updating data in caches.
1) Is it the expected behavior?
2) Do I have to clear the cache before calling IgniteCache.loadCache method
to refresh the cache ?
3) Does the clo.apply(key, data) (invoked from CacheStoreAdapter.loadCache
method) updates the cache only for the keys which are not already present
in cache?

Thanks,
Akash

Reply via email to