[TYPO3-50-general] Fluid: Caching and additionalArguments

Sebastian Kurfürst sebastian at typo3.org
Wed Mar 4 09:02:56 CET 2009


Hey Robert,

have a look into the Objects.yaml of Fluid:

F3\Fluid\View\TemplateView:
   properties:
     syntaxTreeCache:
       object:
         factoryClassName: F3\FLOW3\Cache\Manager
         factoryMethodName: getCache
         arguments:
           1: value: Fluid_SyntaxTreeCache

And the Caches.yaml:

Fluid_SyntaxTreeCache:
   frontend: F3\FLOW3\Cache\Frontend\VariableFrontend
   backend: F3\FLOW3\Cache\Backend\FileBackend
   backendOptions:
     defaultLifetime: 0


So I think it is configured correctly in Fluid, no?

Greets,
Sebastian


More information about the TYPO3-project-5_0-general mailing list