Update broken links to dogpile.cache docs

Change-Id: If0eb5fe8eddc5ee32395fb34a7896efdcf0aaea3
(cherry picked from commit 3b0b392972)
This commit is contained in:
Dolph Mathews 2019-03-26 13:39:44 -05:00 committed by Alexandra Settle
parent 5f27c4b4f0
commit 10cc1ff641
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
------------------ ------------------