Commit graph

1 commit

Author SHA1 Message Date
obache
20596f610e Import p5-Tie-Cache-0.17 as devel/p5-Tie-Cache.
Based on PR#41614 by Uwe Klaus.

This module implements a least recently used (LRU) cache in memory
through a tie interface. Any time data is stored in the tied hash, that
key/value pair has an entry time associated with it, and as the cache
fills up, those members of the cache that are the oldest are removed to
make room for new entries.
2010-03-15 09:05:11 +00:00