Package perl-Memoize-ExpireLRU: Information

    Source package: perl-Memoize-ExpireLRU
    Version: 0.56-alt1
    Build time:  Jul 28, 2016, 05:17 AM in the task #167859
    Category: Development/Perl
    Report package bug
    License: GPL or Artistic
    Summary: Expiry plug-in for Memoize that adds LRU cache expiration
    Description: 
    For the theory of Memoization, please see the Memoize module
    documentation. This module implements an expiry policy for Memoize
    that follows LRU semantics, that is, the last n results, where n is
    specified as the argument to the C<CACHESIZE> parameter, will be
    cached.

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

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko
    Alexey Tourbin

      1. perl-Memoize
      2. perl-devel

    Last changed


    July 25, 2016 Igor Vlasenko 0.56-alt1
    - automated CPAN update
    April 27, 2010 Alexey Tourbin 0.55-alt1
    - decoupled from perl-Memoize