0 Replies Latest reply on Jun 7, 2011 6:34 PM by hikoneru

    Expire items on the cache loader

    hikoneru

      Hi, I configured a cache with LRU eviction policy backed up with the JDBC cache loader. As I understand, when a node is to be evicted it will be pushed to the underlying JDBC store. What I am wondering is if there is a way to automatically remove the elements from JDBC store itself based on some policy (like timeToLive, etc) instead of me manually removing it from the cache.