View Issue Details

IDProjectCategoryView StatusLast Update
0000652Composrcorepublic2013-07-14 11:20
ReporterChris GrahamAssigned ToChris Graham 
SeverityFeature-request 
Status resolvedResolutionfixed 
Product Version 
Fixed in Version 
Summary0000652: Refactor cache clearing APIs
DescriptionCurrently 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.
TagsNo tags attached.
Time estimation (hours)2
Sponsorship open

Relationships

child of 0000653 resolvedChris Graham Self-learning cache, and cache directory refactoring 

Activities

Chris Graham

2013-07-14 11:20

administrator   ~0001539

Done via a new shared code file (caches3.php), rather than bitmasks.

Issue History

Date Modified Username Field Change