Exemplo n.º 1
0
 /**
  * This method allows to flush price cache
  * @static
  * @since 1.5.0
  */
 public static function flushPriceCache()
 {
     self::$_prices = array();
     self::$_pricesLevel2 = array();
 }