You are here

function metatag_update_7103 in Metatag 7

Clear all metatag caches so the new entity caching structure takes over.

File

./metatag.install, line 2331
Install, update, and uninstall functions for the metatag module.

Code

function metatag_update_7103() {
  cache_clear_all('*', 'cache_metatag', TRUE);
}