Added section labels in cache docs
This commit is contained in:
parent
1c64a0f29e
commit
709cd2c4b7
|
@ -39,6 +39,8 @@ 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
|
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.
|
HTTP headers) about which parts of your site should be cached, and how.
|
||||||
|
|
||||||
|
.. _setting-up-the-cache:
|
||||||
|
|
||||||
Setting up the cache
|
Setting up the cache
|
||||||
====================
|
====================
|
||||||
|
|
||||||
|
@ -152,6 +154,8 @@ permanent storage -- they're all intended to be solutions for caching, not
|
||||||
storage -- but we point this out here because memory-based caching is
|
storage -- but we point this out here because memory-based caching is
|
||||||
particularly temporary.
|
particularly temporary.
|
||||||
|
|
||||||
|
.. _database-caching:
|
||||||
|
|
||||||
Database caching
|
Database caching
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue