4 Replies Latest reply on May 6, 2016 8:07 AM by apabst

    Persistence: Retaining information about oldest entries for eviction over restart

    apabst

      We are currently evaluating Infinispan as a single-node embedded local cache only with a persistent data store (single file store or soft-index store).

       

      With our current configuration the LRU information is reset on every server restart. If "preload" is set to true, the entries are loaded in natural order and will be evicted in that order.

       

      Is there a way to retain information about which are the oldest entries to be evicted next across restarts?