pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Tie-Cache-LRU



Module Name:    pkgsrc
Committed By:   cube
Date:           Sun Jul  4 17:48:06 UTC 2010

Update of /cvsroot/pkgsrc/devel/p5-Tie-Cache-LRU
In directory ivanova.netbsd.org:/tmp/cvs-serv23081

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.

Status:

Vendor Tag:     TNF
Release Tags:   pkgsrc-base
                
N pkgsrc/devel/p5-Tie-Cache-LRU/Makefile
N pkgsrc/devel/p5-Tie-Cache-LRU/DESCR
N pkgsrc/devel/p5-Tie-Cache-LRU/distinfo

No conflicts created by this import



Home | Main Index | Thread Index | Old Index