TYPO3: disable cache for specific plugin / extension
问题 I built an extension and a plugin where frontend-users can edit their profile but I noticed a critical issue: Under "Edit profile", users could see the full information about another user who wasn't even logged in. Apparently the form was a cached on the server because after adding: config.no_cache = 1 it didn't happen again. Now the issue is that indexing is disable on the whole website. Is there a way to disable caching only for this specific extension / plugin ? 回答1: You should have