Skip to content

Commit f705574

Browse files
authored
[!!!][TASK] Remove deprecated methods in TypoScriptFrontendController (#5073)
Releases: main, 13.4 References: TYPO3-Documentation/Changelog-To-Doc#1129
1 parent 1ff1563 commit f705574

File tree

1 file changed

+1
-1
lines changed
  • Documentation/ApiOverview/DataHandler/Database

1 file changed

+1
-1
lines changed

Documentation/ApiOverview/DataHandler/Database/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ By default the following cache tags are flushed:
609609
and :php:`pageId_10` when updating a record if a record of any table placed
610610
on the page with UID 10 (:php:`<table>.pid = 10`) is updated.
611611

612-
Notice that you can also use the :php:`TypoScriptFrontendController->addCacheTags()`
612+
Notice that you can also use the :php:method:`\TYPO3\CMS\Core\Cache\CacheDataCollector::addCacheTags`
613613
method to register additional tags for the cache entry of the current page while
614614
it is rendered. This way you can implement an elaborate caching behavior which
615615
ensures that every record update in the TYPO3 backend (which is processed by the

0 commit comments

Comments
 (0)