Feature #93655
Updated by Anonymous over 3 years ago
*Usecases:* - Adding or editing a site (configuration yaml file) in a multi-site installation. - Changing a form definition for forms. - ...? *Background:* For tables there is a mechanismen to add cache tags to pages that gets flushed on editing a record in a specific table or evan a specific record (based on uid). See: https://docs.typo3.org/m/typo3/reference-coreapi/10.4/en-us/ApiOverview/Typo3CoreEngine/Database/Index.html#clear-cache-using-cache-tags *Some more thought on that:* As more and more configuration move to yaml files I think we need a mechanism for that, too. It would not be enough to "react" on the mechanism in the BE for editing e.g. sites, as in most environments the changes get deployed -so we need a way to react on that, too. I'm happy to discuss that further or get involved in the conception or even coding and testing.