Package perl-Cache-Cache: Information

    Source package: perl-Cache-Cache
    Version: 1.05-alt2
    Build time:  Sep 18, 2008, 01:36 AM
    Category: Development/Perl
    Report package bug
    License: GPL or Artistic
    Summary: Cache-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.  People have also
    been known to use Cache::Cache for its straightforward interface in
    sharing data between runs of an application or invocations of a
    CGI-style script or simply as an easy to use abstraction of the
    filesystem or shared memory.
    
    The Cache::Cache interface is implemented by classes that support the
    get, set, remove, size, purge, and clear instance methods and their
    corresponding static methods for persisting data across method calls.

    List of rpms provided by this srpm:
    perl-Cache-Cache (noarch)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov


      1. perl-Digest-SHA1
      2. perl-Error
      3. perl-IPC-ShareLite
      4. perl-Log-Agent
      5. perl-Storable
      6. perl-devel

    Last changed


    Sept. 6, 2008 Vitaly Lipatov 1.05-alt2
    - fix directory ownership violation
    June 13, 2008 Vitaly Lipatov 1.05-alt1
    - new version 1.05 (with rpmrb script)
    - update buildreq, disable test
    Sept. 24, 2005 Vitaly Lipatov 1.04-alt2
    - fix path in Source, fix Url, add some docs