diff --git a/doc/source/admin/caching-layer.rst b/doc/source/admin/caching-layer.rst index e54ebceeea..4197910732 100644 --- a/doc/source/admin/caching-layer.rst +++ b/doc/source/admin/caching-layer.rst @@ -147,18 +147,18 @@ will perform proper invalidations of the cached methods listed above. For more information about the different back ends (and configuration options), see: -- `dogpile.cache.memory `__ +- `dogpile.cache.memory `__ -- `dogpile.cache.memcached `__ +- `dogpile.cache.memcached `__ .. note:: The memory back end is not suitable for use in a production environment. -- `dogpile.cache.redis `__ +- `dogpile.cache.redis `__ -- `dogpile.cache.dbm `__ +- `dogpile.cache.dbm `__ Cache invalidation ------------------