We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 774453e + 827dfd9 commit abf1b54Copy full SHA for abf1b54
docs/storage.rst
@@ -97,8 +97,15 @@ Here is an example using a `RedisCache`: ::
97
This is primarily a proof of concept, so please file bugs if there is
98
a better method for utilizing redis as a cache.
99
100
+Third-Party Cache Providers
101
+===========================
102
+
103
+* cachecontrol-django_ uses Django's caching mechanism.
104
105
106
107
.. _httplib2: http://code.google.com/p/httplib2/
108
.. _lockfile: https://github.com/smontanaro/pylockfile
109
.. _requests 2.1: http://docs.python-requests.org/en/latest/community/updates/#id2
110
.. _redis: https://github.com/andymccurdy/redis-py
111
+.. _cachecontrol-django: https://github.com/glassesdirect/cachecontrol-django
0 commit comments