function restful_update_7201 in RESTful 7.2
Clear RESTful cache on cache flush.
File
- ./
restful.install, line 149 - Install, update, and uninstall functions for the RESTful module.
Code
function restful_update_7201() {
// Even if the recommended value is FALSE, there might be some deploy
// workflows that assume cache clearing.
variable_set('restful_clear_on_cc_all', TRUE);
}