Yes, it does. Check out the user guide and search for LRU.
http://ibatis.apache.org/javadownloads.cgi Pg. 44 PS: Keep in mind that ibatis uses query based caching, not object ID caching...so it's at the results level, not the individual object level. Clinton -----Original Message----- From: Ben Tomasini [mailto:[EMAIL PROTECTED] Sent: January-16-08 10:43 AM To: [email protected] Subject: Cache entry invalidation by age 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
