Commit d126c4f
authored
fix: correct method name in changelog to CacheDataCollector (#5250)
There is no method "getLifetime()" in the CacheDataCollector.
Instead, it should be "resolveLifetime()" which returns the minimum
lifetime of all defined cache tags.
Related: https://review.typo3.org/c/Packages/TYPO3.CMS/+/87840
Releases: main, 13.41 parent 757eb50 commit d126c4f
File tree
1 file changed
+1
-1
lines changed- Documentation/ApiOverview/RequestLifeCycle/RequestAttributes
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments