Move cache clearing code from CRUD methods like DataTable::create(), DataTable::addField() etc. to their callees. This will allow for better batch processing functionality.

#616324: "adopt" tables will introduce the required DataTable::clearCaches() method for this change.

Comments

alex_b’s picture

It should be *caller - not callee of course.