/**
  * Flush W3TC cache after succesfull update/add of taxonomy meta option
  *
  * @deprecated 1.5.6.1
  * @deprecated use WPSEO_Utils::flush_w3tc_cache()
  * @see        WPSEO_Utils::flush_w3tc_cache()
  */
 public static function flush_w3tc_cache()
 {
     _deprecated_function(__METHOD__, 'WPSEO 1.5.6.1', 'WPSEO_Utils::flush_w3tc_cache()');
     WPSEO_Utils::flush_w3tc_cache();
 }