Hello.

I'm using FileCacheLoader to store elements of cache in disk and LRU eviction 
policy. If I put a node in cache, after "timeToLiveSeconds" passed, it is 
removed (and my listener gets called). This is ok.

My problem is that when I restart de cache, elements that are stored there are 
reloaded, but never more get expired and stay there forever. I think they 
should expire not just because maxNodes were reached; after restart, 
"TimeToLiveSeconds" should work for elements loaded from disk like it was 
before restarting.

Is there a way to have this behaviour ?

Thanks in advance.





View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143749#4143749

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143749
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to