You are here

function boost_expire_comment_insert in Boost Expire 7

Implements hook_comment_insert().

File

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

Code

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