Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37512732
en ru br
ALT Linux repos
S:0.37-alt2_27

Group :: Development/Perl
RPM: perl-App-Cache

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.37-alt2_27
Build date: 20 november 2019, 11:19 ( 231.1 weeks ago )
Size: 12.75 Kb

Home page:   https://metacpan.org/release/App-Cache

License: GPL+ or Artistic
Summary: Easy application-level caching
Description:

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.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-App-Cache
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin