Perform actions when a new text format has been created.
$format: The format object of the format being updated.
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
function hook_filter_format_insert($format) {
mymodule_cache_rebuild();
}