<?xml version="1.0"?>
<!--
/**
 * Copyright © MageWorx. All rights reserved.
 * See LICENSE.txt for license details.
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:framework:Cache/etc/cache.xsd">
    <type name="mageworx_shipping_carriers"
          translate="label,description"
          instance="MageWorx\ShippingRules\Cache\Type\ShippingCarriers">
        <label>MageWorx Shipping Carriers</label>
        <description>All shipping carriers cached (prevent many database queries)</description>
    </type>
<!--    <type name="mageworx_shipping_labels"-->
<!--          translate="label,description"-->
<!--          instance="MageWorx\ShippingRules\Cache\Type\Labels">-->
<!--        <label>Labels for MageWorx Shipping Carriers, Methods and Rates</label>-->
<!--        <description>All labels cached (prevent many database queries)</description>-->
<!--    </type>-->
</config>
