Skip to content

Commit abf1b54

Browse files
authored
Merge pull request #203 from craiga/master
Adding a section for third-party cache providers
2 parents 774453e + 827dfd9 commit abf1b54

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/storage.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,15 @@ Here is an example using a `RedisCache`: ::
9797
This is primarily a proof of concept, so please file bugs if there is
9898
a better method for utilizing redis as a cache.
9999

100+
Third-Party Cache Providers
101+
===========================
102+
103+
* cachecontrol-django_ uses Django's caching mechanism.
104+
105+
100106

101107
.. _httplib2: http://code.google.com/p/httplib2/
102108
.. _lockfile: https://github.com/smontanaro/pylockfile
103109
.. _requests 2.1: http://docs.python-requests.org/en/latest/community/updates/#id2
104110
.. _redis: https://github.com/andymccurdy/redis-py
111+
.. _cachecontrol-django: https://github.com/glassesdirect/cachecontrol-django

0 commit comments

Comments
 (0)