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

perl-App-Cache-0.370.0-15.mga10 RPM for noarch

From Mageia Cauldron for x86_64 / media / core / release

Name: perl-App-Cache Distribution: Mageia
Version: 0.370.0 Vendor: Mageia.Org
Release: 15.mga10 Build date: Fri Jun 27 15:04:49 2025
Group: Development/Perl Build host: localhost
Size: 16021 Source RPM: perl-App-Cache-0.370.0-15.mga10.src.rpm
Packager: umeabot <umeabot>
Url: https://metacpan.org/release/App-Cache
Summary: Module for easy application-level caching
The App::Cache module lets an application cache data locally. There are a few
times an application would need to cache data: when it is retrieving
information from the network or when it has to complete a large calculation.

For example, the Parse::BACKPAN::Packages module downloads a file off the net
and parses it, creating a data structure. Only then can it actually provide
any useful information for the programmer. Parse::BACKPAN::Packages uses
App::Cache to cache both the file download and data structures, providing
much faster use when the data is cached.

This module stores data in the home directory of the user, in a dot directory.
For example, the Parse::BACKPAN::Packages cache is actually stored
underneath "~/.parse_backpan_packages/cache/". This is so that permissions
are not a problem - it is a per-user, per-application cache.

Provides

Requires

License

GPL+ or Artistic

Changelog

* Fri Jun 27 2025 umeabot <umeabot> 0.370.0-15.mga10
  + Revision: 2212012
  - Mageia 10 Mass Rebuild

Files

/usr/share/doc/perl-App-Cache
/usr/share/doc/perl-App-Cache/CHANGES
/usr/share/doc/perl-App-Cache/META.yml
/usr/share/doc/perl-App-Cache/README
/usr/share/man/man3/App::Cache.3pm.xz
/usr/share/perl5/vendor_perl/App
/usr/share/perl5/vendor_perl/App/Cache.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Jun 28 06:42:14 2025