freebsd-ports/devel/py-dogpile.cache/pkg-descr
Sunpoet Po-Chuan Hsieh 5cab4c8207 Update to 0.7.1
- Add NO_ARCH
- Take maintainership

Changes:	https://github.com/sqlalchemy/dogpile.cache/blob/master/docs/build/changelog.rst
PR:		236161
Submitted by:	sunpoet (myself)
Approved by:	wg (maintainer)
2019-03-04 17:58:25 +00:00

10 lines
499 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://github.com/sqlalchemy/dogpile.cache