Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Tie-Cache-LRU-Expires-0.54-1.el3.rf RPM for noarch

From DAG packages for Red Hat Linux el3 x86_64

Name: perl-Tie-Cache-LRU-Expires Distribution: Dag Apt Repository for Red Hat Enterprise Linux 3
Version: 0.54 Vendor: Dag Apt Repository, http://dag.wieers.com/apt/
Release: 1.el3.rf Build date: Sat Oct 14 11:11:51 2006
Group: Applications/CPAN Build host: lisse.leuven.wieers.com
Size: 6495 Source RPM: perl-Tie-Cache-LRU-Expires-0.54-1.el3.rf.src.rpm
Packager: Dries Verachtert <dries@ulyssis.org>
Url: http://search.cpan.org/dist/Tie-Cache-LRU-Expires/
Summary: Perl implementation of a least-recently used cache with expiration
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.

This is an expiring LRU cache. Each entry in this cache expires after 'EXPIRES'
seconds (default 3600). The cache is in RAM (see Tie::Cache::LRU). ENTRIES
provides the maximum number of entries in the Tie::Cache::LRU cache.

It works by checking if a cached entry hasn't expired. If it has, undef is
returned, otherwise it's value. If the entry wasn't cached, undef is also
returned (of course). Expired entries will eventually drop of the LRU; or, if
referenced will (as can be expected, otherwise they wouldn't be referenced) be
refreshed.

Provides

Requires

License

Artistic/GPL

Changelog

* Tue Jul 18 2006 Al Pacifico <adpacifico@users.sourceforge.net> - 0.54-1 - 4816/dries
  - Initial packaging.

Files

/usr/lib/perl5/vendor_perl/5.8.0/Tie
/usr/lib/perl5/vendor_perl/5.8.0/Tie/Cache
/usr/lib/perl5/vendor_perl/5.8.0/Tie/Cache/LRU
/usr/lib/perl5/vendor_perl/5.8.0/Tie/Cache/LRU/Expires.pm
/usr/share/doc/perl-Tie-Cache-LRU-Expires-0.54
/usr/share/doc/perl-Tie-Cache-LRU-Expires-0.54/ChangeLog
/usr/share/doc/perl-Tie-Cache-LRU-Expires-0.54/README
/usr/share/man/man3/Tie::Cache::LRU::Expires.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 08:36:28 2024