blob: 9bf182c53409f4e722fba50ca3b3bc38a06cf3a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
dogpile.cache
=============
Provides a simple caching pattern to use with the `dogpile <http://pypi.python.org/pypi/dogpile>`_
locking system, including rudimentary backends. It effectively completes the
replacement of Beaker as far as caching is concerned, providing an open-ended
and simple pattern to configure caching. New backends are very easy to create
and use; users are encouraged to adapt the provided backends for their own
needs, as high volume caching requires lots of tweaks and adjustments specific
to an application and its environment.
.. note:: dogpile.cache is **not released or completed** at this time. Development
is currently in progress and the current code is not yet functional.
|