You are here

function entitycache_disable in Entity cache 7

Implements hook_disable().

File

./entitycache.install, line 35
Schema and install hooks for the entitycache module.

Code

function entitycache_disable() {
  variable_del('entitycache_enabled');
}