2 namespace TYPO3\CMS\Install\Configuration\ExtbaseObjectCache;
17 use TYPO3\CMS\Install\Configuration;
38 'SYS/caching/cacheConfigurations/extbase_object' => array(
39 'frontend' => \TYPO3\CMS\Core\Cache\Frontend\VariableFrontend::class,
40 'backend' => \TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend::class,
42 'defaultLifetime' => 0,
44 'groups' => array(
'system')