Feature #82477
closedChange Cache Backend while current request
0%
Description
Hello core Team,
in TYPO3 there are some TransientBackends. In some scenarios like CLI Script these Caches will exceed my memory_limit. Of cause I can change these Backends in my ext_localconf.php, but in that case this has effect to all other CLI Scripts, too. A solution would be overriding these cache backends while current request.
Currently you throw an Exception while registering a cache with same identifier, which is OK for me, as long as I have the possibility to remove a cache by is identifier.
Stefan
Updated by Gerrit Code Review about 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54136
Updated by Christian Kuhn about 6 years ago
- Status changed from Under Review to Closed
The pending patch has been rejected and Stefan noted "I found another possibility. getCache, cyclic flush, done."