Ticket #337 (closed enhancement: fixed)
Add erase cache capability to maintenance plugin
Reported by: | jcdubacq | Owned by: | olivier |
---|---|---|---|
Priority: | normal | Milestone: | 2.1 |
Component: | module:plugins | Version: | 2.0 |
Severity: | normal | Keywords: | cache maintenance |
Cc: |
Description
Some plugin (probably maintenance) should allow to empty the cache (DC_TPL_CACHE). Some extensions redefine functions in templates (to enhance them), and if the cache is not emptied, the new function is not taken into account.
Some capability to do the same thing programmatically could also be done ($core->emptyCache() or dcMaintenance::emptyCache() could work), so that the extensions could do it themselves (when they know they changed some function).
Change History
Note: See
TracTickets for help on using
tickets.