Task #80810
closedRather than throw exceptions about missing caches, fall back to transient memory variable cache
0%
Description
As the title says, allowing this fallback presents an extremely easy way to make a runtime-only cache by any identifier, even a request-specific identifier - and would allow Extbase's ObjectManager to create classes without a TYPO3 context.
This then in turn allows things like creating a working instance of the TYPO3 Fluid RenderingContext which is necessary for assistant command line utilities like the schema generator.
The change would be fairly non-destructive as there already is a "hasCache()" method that still returns false (until the cache is automatically created upon access).
Updated by Gerrit Code Review over 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/52415
Updated by Riccardo De Contardi almost 7 years ago
- Status changed from Under Review to Closed
The review has been abandoned since long time - Closed in agreement with Claus.