function boost_expire_node_insert in Boost Expire 7
Implements hook_node_insert().
File
- ./
boost_expire.module, line 28 - Expires Boost caches automatically when certain Drupal actions are taken.
Code
function boost_expire_node_insert($node) {
boost_expire_flush_boost_cache(array(
'scope' => 'all',
));
}