View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
652 | Composr | core | public | 2012-07-02 17:02 | 2013-07-14 11:20 |
Reporter | Chris Graham | Assigned To | Chris Graham | ||
Priority | normal | Severity | feature | ||
Status | resolved | Resolution | fixed | ||
Summary | 652: Refactor cache clearing APIs | ||||
Description | Currently we have many functions for clearing caches. Update cache clearing API functions to work with bitmasks, instead of lots of separate functions. Like: clear_caches(CACHE_ALL); clear_caches(CACHE_TEMPLATES|CACHE_IMAGES); This makes it easier to keep track of where we are clearing caches and makes the code cleaner. | ||||
Tags | No tags attached. | ||||
Attach Tags | |||||
Time estimation (hours) | 2 | ||||
Sponsorship open | |||||
child of | 653 | Resolved | Chris Graham | Self-learning cache, and cache directory refactoring |