1 Reply Latest reply on Jun 23, 2011 10:59 AM by manik

    How can "convince" Infinispan to persist a "materialized" entry (by CacheLoader.load()) to the persistent store

    oflo

      I have a custom CacheLoader, whose load() method performs a lengthy calculation and then returns the entry. Is there a way (configuration, programatically besides calling put(), etc) to tell Infinispan to persist the newly created entry to the persistent store? I appreciate your help.