7 uses of MINIFYJS_CACHE_CID in Minify JS 7
- drush_minifyjs_minify_js in ./
minifyjs.drush.inc - Drush command logic. drush_[COMMAND_NAME]().
- drush_minifyjs_minify_js_skip in ./
minifyjs.drush.inc - Drush command logic. drush_[COMMAND_NAME]().
- minifyjs_batch_finished in ./
minifyjs.admin.inc - Helper function for batch, batch finished.
- minifyjs_load_all_files in ./
minifyjs.module - Helper function - load all of the minifyjs_file records from cache or directly from the database.
- minifyjs_minify_file in ./
minifyjs.admin.inc - Helper function that sends the JS off to be minified, handles the response, stores the file in the filesystem and stores the file info in the managed file tables.
- minifyjs_remove_minified_file in ./
minifyjs.admin.inc - Helper function removes the file, the entry in the file_managed table and sets the file status as unminified.
- minifyjs_scan_for_javascript_files in ./
minifyjs.admin.inc - Helper function to scan the file system for javascript files: