freebsd-ports/devel/py-dogpile.cache/pkg-descr
William Grzybowski 81a46bc7c3 devel/py-dogpile.cache: Caching front-end based on the Dogpile lock
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.

WWW: https://bitbucket.org/zzzeek/dogpile.cache
2013-10-30 00:00:50 +00:00

10 lines
498 B
Text

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.
WWW: https://bitbucket.org/zzzeek/dogpile.cache