perl-Cache - The Cache interface

Description:

The Cache modules are designed to assist a developer in persisting data
for a specified period of time. Often these modules are used in web
applications to store data locally to save repeated and redundant
expensive calls to remote machines or databases.

The Cache interface is implemented by derived classes that store cached
data in different manners (such as as files on a filesystem, or in memory).

Homepage: http://search.cpan.org/dist/Cache

License: GPL+ or Artistic

Vendor: Fedora Project

Packages

perl-Cache-2.04-2.fc8.2.noarch [80 KiB] Changelog by Tom "spot" Callaway (2007-10-15):
- add BR: perl(Test::More)