Actions
Bug #104984
openCore dependency to fluid due to FluidCacheInterface
Status:
New
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2024-09-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Updated by Oliver Bartsch 2 months ago
The DefaultConfiguration.php defines $GLOBALS[]['SYS']['caching']['cacheConfigurations']['fluid_template']['frontend'] = \TYPO3\CMS\Fluid\Core\Cache\FluidTemplateCache::class
.
This is a hard dependency to EXT:fluid in EXT:core. The cache can also not be changed to e.g. NullFrontend
because the RenderingContextFactory
requires the cache to be an implementation of TYPO3Fluid\Fluid\Core\Cache\FluidCacheInterface
.
Actions