/**
  * Flush local cache
  */
 protected function flushCache()
 {
     AphCustomPrice::$_customPriceCache = array();
     AphCustomPrice::$_filterOutCache = array();
     AphCustomPrice::$_cache_priorities = array();
     AphCustomPrice::$_no_custom_values = array();
     Product::flushPriceCache();
 }