You are here

function boost_expire_node_update in Boost Expire 7

Implements hook_node_update().

File

./boost_expire.module, line 35
Expires Boost caches automatically when certain Drupal actions are taken.

Code

function boost_expire_node_update($node) {
  boost_expire_flush_boost_cache(array(
    'scope' => 'all',
  ));
}