You are here

function advagg_js_compress_update_7201 in Advanced CSS/JS Aggregation 7.2

Clear the cache_advagg_info cache.

File

advagg_js_compress/advagg_js_compress.install, line 89
Handles AdvAgg JS compress installation and upgrade tasks.

Code

function advagg_js_compress_update_7201(&$sandbox) {
  cache_clear_all('advagg:js_compress:', 'cache_advagg_info', TRUE);
  return t('Cleared the cache_advagg_info cache of js_compress entries.');
}