aboutsummaryrefslogtreecommitdiff
path: root/devel/py-dogpile.cache/pkg-descr
blob: a05bdc93be0a67906d6cfcef41bfb0761904a7e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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