Wednesday, January 13, 2010

LRU cache

A simple and useful cache for JSP (and/or Coldfusion) applications - LRU taglib. Cache supports LRU (Least Recently Used) filling scheme. So the old records will be automatically replaced with the newest on case of overloading.

No comments: