tags:

views:

29

answers:

0

I am using Apache JCS in our application to cache commonly used data at application start-up. However, if some of the data in cache is not used till its idle time, I want to manually reload that value from database.

So, basically I want to over-ride the JCS events such that my java program is aware of instants when a key is getting removed from cache, on account of the key reaching its idle time.