update Fri Apr 23 00:37:00 PDT 2010
[pkgsrc.git] / devel / p5-Tie-Cache / DESCR
1 This module implements a least recently used (LRU) cache in memory
2 through a tie interface. Any time data is stored in the tied hash, that
3 key/value pair has an entry time associated with it, and as the cache
4 fills up, those members of the cache that are the oldest are removed to
5 make room for new entries.