summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorNicolas NoƩ <nicolas@niconoe.org>2018-04-27 23:48:35 +0200
committerTim Graham <timograham@gmail.com>2018-04-27 17:48:35 -0400
commit3246ad106517e61437f80e8ef3c9d216754039e7 (patch)
tree29fba867b071b61c9cfcc1d33d4662c91f1e40fa /docs/releases
parent8e960c5aba70d834f54b0bc66f2fb5e922a35b41 (diff)
Fixed #27480 -- Added cache.touch().
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/2.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt
index 7595be46c0..e6b8b29a64 100644
--- a/docs/releases/2.1.txt
+++ b/docs/releases/2.1.txt
@@ -141,6 +141,9 @@ 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 ``touch()`` method of the :ref:`low-level cache API
+ <low-level-cache-api>` updates the timeout of cache keys.
+
CSRF
~~~~