Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Cache: The Cache interface
- Summary
- 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).
Arch: src
Download: | perl-Cache-2.04-2.al3.src.rpm |
Build Date: | Mon Oct 23 04:35:20 2006 |
Packager: | Aurora SPARC Linux <http://bugzilla.auroralinux.org> |
Size: | 35 KiB |
Changelog
- * Wed Sep 20 17:00:00 2006 Patrice Dumas <pertusus{%}free{*}fr> 2.04-2
- add missing BuildRequires
- * Tue Jul 18 17:00:00 2006 Patrice Dumas <pertusus{%}free{*}fr> 2.04-1
- Initial packaging