mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed references to django.core.cache in docs.
This commit is contained in:
@@ -115,7 +115,7 @@ Cache
|
||||
* The :ref:`local-memory cache backend <local-memory-caching>` now uses a
|
||||
least-recently-used (LRU) culling strategy rather than a pseudo-random one.
|
||||
|
||||
* The new :meth:`~django.core.caches.cache.touch` method of the :ref:`low-level
|
||||
* The new :meth:`~django.core.cache.cache.touch` method of the :ref:`low-level
|
||||
cache API <low-level-cache-api>` updates the timeout of cache keys.
|
||||
|
||||
CSRF
|
||||
|
||||
Reference in New Issue
Block a user