Package python-module-dogpile.cache: Information

    Binary package: python-module-dogpile.cache
    Version: 0.5.7-alt0.M70C.1
    Architecture: x86_64
    Build time:  Nov 15, 2016, 04:30 AM in the task #172196
    Report package bug
    License: BSD
    Summary: A caching front-end based on the Dogpile lock
    Description: 
    A caching API built around the concept of a "dogpile lock", which allows
    continued access to an expiring data value while a single thread
    generates a new value.
    
    dogpile.cache builds on the dogpile.core locking system, which
    implements the idea of "allow one creator to write while others read" in
    the abstract. Overall, dogpile.cache is intended as a replacement to the
    Beaker caching system, the internals of which are written by the same
    author. All the ideas of Beaker which "work" are re-implemented in
    dogpile.cache in a more efficient and succinct manner, and all the cruft
    (Beaker's internals were first written in 2005) relegated to the trash
    heap.



    Last changed


    Nov. 3, 2016 Lenar Shakirov 0.5.7-alt0.M70C.1
    - Backport to C7
    April 12, 2016 Alexey Shabalin 0.5.7-alt1
    - 0.5.7
    March 13, 2016 Ivan Zakharyaschev 0.5.6-alt2.git20150202.1.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)