Perform necessary actions after module is enabled.
The hook is called every time the module is enabled. It should be implemented in the module's .install file. The implementation can rely on the .module file being loaded.
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
function hook_enable() {
mymodule_cache_rebuild();
}