cache.xml 562 B

1234567891011
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. @copyright Vertex. All rights reserved. https://www.vertexinc.com/
  4. @author Mediotype https://www.mediotype.com/
  5. -->
  6. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Cache/etc/cache.xsd">
  7. <type name="vertex" translate="label,description" instance="Vertex\Tax\Model\Cache\Type">
  8. <label><![CDATA[Vertex]]></label>
  9. <description><![CDATA[Vertex tax calculation data]]></description>
  10. </type>
  11. </config>