-
Improvement
-
Resolution: Fixed
-
Minor
-
3.4.1, 3.5, 3.6
-
MOODLE_34_STABLE, MOODLE_35_STABLE, MOODLE_36_STABLE
-
MOODLE_36_STABLE
-
MDL-61244_master -
Following on from a discussion in Moodle developer chat, it would be nice if it were possible to invalidate parts of Moodle's cache, rather than simply all.
Currently the MUC allows invalidation of parts of the cache, but other caches such as Theme, Javascript, and language strings are not part of this.
Theme, Javascript & Language strings can only be purged via the Purge All Caches, which is a bit brutal, especially where MUC caches may not need invalidation.
Options to:
- Purge All
- Purge MUC
- Purge All Non-MUC Caches (Theme & Javascript & Language)
- Purge Theme
- Purge Javascript
- Purge Language Strings
on the purge cache page / scripts would allow admins & developers to purge only specific areas.