diff options
| author | Nicolas NoƩ <nicolas@niconoe.org> | 2018-04-27 23:48:35 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-04-27 17:48:35 -0400 |
| commit | 3246ad106517e61437f80e8ef3c9d216754039e7 (patch) | |
| tree | 29fba867b071b61c9cfcc1d33d4662c91f1e40fa /docs/releases/2.1.txt | |
| parent | 8e960c5aba70d834f54b0bc66f2fb5e922a35b41 (diff) | |
Fixed #27480 -- Added cache.touch().
Diffstat (limited to 'docs/releases/2.1.txt')
| -rw-r--r-- | docs/releases/2.1.txt | 3 |
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 ~~~~ |
