Пакет perl-Cache-Cache: Информация

    Исходный пакет: perl-Cache-Cache
    Версия: 1.06-alt1.1
    Собран:  23 ноября 2010 г. 2:02
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/~dclinton/Cache-Cache-1.04

    Лицензия: GPL or Artistic
    О пакете: Cache-Cache - - the Cache interface
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-Cache-Cache (noarch)

    Сопровождающий: Vitaly Lipatov

    Список участников:
    Igor Vlasenko
    Vitaly Lipatov

    Права:
    Vitaly Lipatov
    @cpan
    @qa

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

    Последнее изменение


    22 ноября 2010 г. Igor Vlasenko 1.06-alt1.1
    - repair after perl 5.12 upgrade using girar-nmu
    13 июля 2010 г. Igor Vlasenko 1.06-alt1
    - automated CPAN update
    6 сентября 2008 г. Vitaly Lipatov 1.05-alt2
    - fix directory ownership violation