Update broken links to dogpile.cache docs

Change-Id: If0eb5fe8eddc5ee32395fb34a7896efdcf0aaea3
This commit is contained in:
Dolph Mathews 2019-03-26 13:39:44 -05:00
parent 1caca06ced
commit 3b0b392972
1 changed files with 4 additions and 4 deletions

View File

@ -147,18 +147,18 @@ will perform proper invalidations of the cached methods listed above.
For more information about the different back ends (and configuration For more information about the different back ends (and configuration
options), see: options), see:
- `dogpile.cache.memory <https://dogpilecache.readthedocs.io/en/latest/api.html#memory-backends>`__ - `dogpile.cache.memory <https://dogpilecache.sqlalchemy.org/en/latest/api.html#memory-backends>`__
- `dogpile.cache.memcached <https://dogpilecache.readthedocs.io/en/latest/api.html#memcached-backends>`__ - `dogpile.cache.memcached <https://dogpilecache.sqlalchemy.org/en/latest/api.html#memcached-backends>`__
.. note:: .. note::
The memory back end is not suitable for use in a production The memory back end is not suitable for use in a production
environment. environment.
- `dogpile.cache.redis <https://dogpilecache.readthedocs.io/en/latest/api.html#redis-backends>`__ - `dogpile.cache.redis <https://dogpilecache.sqlalchemy.org/en/latest/api.html#redis-backends>`__
- `dogpile.cache.dbm <https://dogpilecache.readthedocs.io/en/latest/api.html#file-backends>`__ - `dogpile.cache.dbm <https://dogpilecache.sqlalchemy.org/en/latest/api.html#file-backends>`__
Cache invalidation Cache invalidation
------------------ ------------------