id]) && !$flush) { return $cache[$this->id]; } $delivery_options_filtered = DDWCheckoutHelper::filterDeliveryOptionList($delivery_options, $default_country, $flush); static::$cacheDeliveryOptionList[$this->id] = $delivery_options_filtered; return static::$cacheDeliveryOptionList[$this->id]; } }