public function get_total_tax_refunded() {
        $cache_key   = WC_Cache_Helper::get_cache_prefix( 'orders' ) . 'total_tax_refunded' . $this->get_id();
        $cached_data = wp_cache_get( $cache_key, $this->cache_group );

        if ( false !== $cached_data ) {