mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed #16785 -- Documented some of the design decisions of the cache framework.
Thanks jamesp for the draft patch.
This commit is contained in:
parent
9173d2cb74
commit
dd98ccd482
2 changed files with 30 additions and 0 deletions
|
@ -39,6 +39,10 @@ Django also works well with "upstream" caches, such as `Squid
|
|||
caches that you don't directly control but to which you can provide hints (via
|
||||
HTTP headers) about which parts of your site should be cached, and how.
|
||||
|
||||
.. seealso::
|
||||
The :ref:`Cache Framework design philosophy <cache-design-philosophy>`
|
||||
explains a few of the design decisions of the framework.
|
||||
|
||||
.. _setting-up-the-cache:
|
||||
|
||||
Setting up the cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue