6 calls to context_invalidate_cache() in Context 7.3
- context_delete in ./
context.module - Deletes an existing context.
- context_export_ui::edit_form_submit in context_ui/
export_ui/ context_export_ui.class.php - Override of edit_form_submit(). Don't copy values from $form_state['values'].
- context_export_ui::list_form in context_ui/
export_ui/ context_export_ui.class.php - Create the filter/sort form at the top of a list of exports.
- context_flush_caches in ./
context.module - Implementation of hook_flush_caches().
- context_form_system_modules_form_alter in ./
context.core.inc - Implementation of hook_form_alter() for system_modules_form.
- context_save in ./
context.module - Inserts or updates a context object into the database. @TODO: should probably return the new cid on success -- make sure this doesn't break any checks elsewhere.