All, I would like to use a LRU cache which invalidates entries based on their age, not a global flush interval over the whole cache. So any object older than n minutes and still existing in the cache would be removed.
Does iBatis support this? Ben
All, I would like to use a LRU cache which invalidates entries based on their age, not a global flush interval over the whole cache. So any object older than n minutes and still existing in the cache would be removed.
Does iBatis support this? Ben