Feature #20305
closedclearCacheCmd should support recursion
0%
Description
Currently, clearCacheCmd can only clear all cache, all page cache, or the cache of specific pages (the only exception being when you're dealing with editing page records). It should be possible to set a clearCacheCmd with a pid, so that the cache of that page and all it's subpages is cleared when there are changes in the page/sysFolder where clearCacheCmd is set.
(issue imported from #M10893)
Updated by Stefan Neufeind almost 12 years ago
- Target version deleted (
0)
Since 4.7 there is functionality to clear cache by tag (#34352).
And there is a feature-request to easily allow adding tags to pages through TypoScript (#45090). Since TypoScript is recursive this would imho help you as well, since you could add tags to a page-tree through TypoScript and easily clear them by tag afterwards.
Interested to make #45090 come true? :-)
Updated by Christian Kuhn almost 10 years ago
- Description updated (diff)
- Status changed from New to Closed
A concept on how to clear caches of "all children" pages was designed with #63011 - I'll close this issue here as duplicate.