Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37507608
en ru br
ALT Linux repos
S:1.2.2-alt1

Group :: Development/Python3
RPM: python3-module-dogpile.cache

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.2.2-alt1
Build date: 11 july 2023, 14:22 ( 41.2 weeks ago )
Size: 91.52 Kb

Home page:   https://pypi.python.org/pypi/dogpile.cache/

License: MIT
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.

Current maintainer: Grigory Ustinov

List of contributors

List of rpms provided by this srpm:

  • python3-module-dogpile.cache
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin