Subject: CVS commit: pkgsrc/devel/p5-Tie-Cache-LRU
From: Quentin Garnier
Date: 2010-07-04 19:48:06
Message id: 20100704174807.25D6C175DD@cvs.netbsd.org

Log Message:
Initial import of devel/p5-Tie-Cache-LRU.

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.


Files:
RevisionActionfile
1.1importpkgsrc/devel/p5-Tie-Cache-LRU/Makefile
1.1importpkgsrc/devel/p5-Tie-Cache-LRU/DESCR
1.1importpkgsrc/devel/p5-Tie-Cache-LRU/distinfo