You are here

function entitycache_update_7002 in Entity cache 7

Rebuild entity info cache and registry.

File

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

Code

function entitycache_update_7002() {
  registry_update();
  entity_info_cache_clear();
}