Package perl-Cache-Memcached-Fast: Information

    Binary package: perl-Cache-Memcached-Fast
    Version: 0.21-alt1
    Architecture: i586
    Build time:  Apr 15, 2013, 01:24 AM
    Source package: perl-Cache-Memcached-Fast
    Category: Development/Perl
    Report package bug
    License: Perl (GPL or Artistic)
    Summary: Perl client for memcached
    Description: 
    Cache::Memcahced::Fast is a Perl client for memcached, a memory cache
    daemon (http://www.danga.com/memcached/).  Module core is implemented
    in C and tries hard  to minimize number of system calls  and to avoid
    any key/value copying for speed.  As a result, it has very low CPU
    consumption.
    
    API is largely compatible with  Cache::Memcached,  original pure Perl
    client, most users of the original module may start using this module
    by installing it and adding "::Fast" to the old name in their scripts
    (see "Compatibility with Cache::Memcached" section in the module
    documentation for full details).

    Maintainer: Nikolay A. Fetisov


    ACL:
    @qa_p7

    Last changed


    April 14, 2013 Nikolay A. Fetisov 0.21-alt1
    - New version 0.21
    Aug. 31, 2012 Vladimir Lettiev 0.19-alt2
    - rebuilt for perl-5.16
    Oct. 8, 2011 Alexey Tourbin 0.19-alt1.2
    - rebuilt for perl-5.14