You are here

function prod_check_cache_flush in Production check & Production monitor 8

Implements hook_cache_flush().

File

./prod_check.module, line 105
Module file for the prod check module

Code

function prod_check_cache_flush() {
  prod_check_synchronize_prod_checks();
  prod_check_synchronize_prod_check_processors();
}