Closed webloft closed 7 years ago
This isn't really the place for that type of question - it's exclusively a TYPO3 CMS question, and this library contains continuous integration and development utilities for the FluidTYPO3 extension suite. And GitHub is not for support, it's for bug reports and code.
That said, there are two ways to fix your cache issue:
-a
or the -o
flags as this will make a static class loading registry and you want a dynamic one (during dev at least).Or consider using the uncache
extension to disable all caches on development.
But in the future please direct such questions to TYPO3 CMS either via stack overflow or the Slack channel.
How do you clear & re-trigger the fluid cache generation? In TYPO3 8, I have the problem that I create a new ViewHelper it will not be recognized till I re-active my extension again. In TYPO3 7 it could be done by trigger the orange clear cache button in the backend.
I want to trigger it by code. Can you tell me which steps I have to take? thank you in advance.