function entitycache_enable in Entity cache 7
Implements hook_enable().
File
- ./
entitycache.install, line 28 - Schema and install hooks for the entitycache module.
Code
function entitycache_enable() {
variable_set('entitycache_enabled', TRUE);
}