1 Reply Latest reply on Oct 20, 2017 6:26 AM by galder.zamarreno

    How to force a cache load when calling get?

    vdzhuvinov

      How can I do a Cache.get operation, forcing the entry to be loaded from the configured cache store?

       

      I see there is Cache.getAdvancedCache().withFlags(Flag.SKIP_CACHE_LOAD), but not the opposite.