View Issue Details

IDProjectCategoryView StatusLast Update
652Composrcorepublic2013-07-14 11:20
ReporterChris Graham Assigned ToChris Graham  
PrioritynormalSeverityfeature 
Status resolvedResolutionfixed 
Summary652: 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.
Attach Tags
Time estimation (hours)2
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Relationships

child of 653 ResolvedChris Graham Self-learning cache, and cache directory refactoring 

Activities

Chris Graham

2013-07-14 11:20

administrator   ~1539

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

Issue History

Date Modified Username Field Change