The devel/p5-Tie-Cache-LRU port
p5-Tie-Cache-LRU-0.21p1 – LRU cache in memory (cvsweb github mirror)
Description
This is an implementation of a least-recently used (LRU) cache keeping the cache in RAM. A LRU cache is similar to the kind of cache used by a web browser. New items are placed into the top of the cache. When the cache grows past its size limit, it throws away items off the bottom. The trick is that whenever an item is -accessed-, it is pulled back to the top. The end result of all this is that items which are frequently accessed tend to stay in the cache.WWW: https://metacpan.org/release/Tie-Cache-LRU
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Run dependencies
Test dependencies
Reverse dependencies
Files
- /usr/local/libdata/perl5/site_perl/Tie/
- /usr/local/libdata/perl5/site_perl/Tie/Cache/
- /usr/local/libdata/perl5/site_perl/Tie/Cache/LRU.pm
- /usr/local/libdata/perl5/site_perl/Tie/Cache/LRU/
- /usr/local/libdata/perl5/site_perl/Tie/Cache/LRU/Array.pm
- /usr/local/libdata/perl5/site_perl/Tie/Cache/LRU/LinkedList.pm
- /usr/local/libdata/perl5/site_perl/Tie/Cache/LRU/Virtual.pm
- /usr/local/man/man3p/Tie::Cache::LRU.3p
- /usr/local/man/man3p/Tie::Cache::LRU::Array.3p
- /usr/local/man/man3p/Tie::Cache::LRU::LinkedList.3p
- /usr/local/man/man3p/Tie::Cache::LRU::Virtual.3p