Skip to content
Snippets Groups Projects
Commit d8fad3f5 authored by Benni Mack's avatar Benni Mack
Browse files

[FEATURE] Allow config.cache.all = fe_users:current

The existing TypoScript functionality config.cache.all = ... allows a list
of tables and PIDs to take into account other records for the current page
caches.

The cache lifetime of page 42 takes starttime and endtime of news records of
page 15 and addresses of page 16 into account:

config.cache.42 = tt_news:15,tt_address:16

A new functionality used with "current" allows to take records of the current page
into account as well.

config.cache.all = fe_users:current

Resolves: #83734
Releases: master
Change-Id: Ib2063cc89e2c1549b7609b77948243e983d14c1b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60419


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarJörg Bösche <typo3@joergboesche.de>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarJörg Bösche <typo3@joergboesche.de>
Reviewed-by: default avatarFabien Udriot <fudriot@omic.ch>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 65099fb8
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment