cache.xml 787 B

1234567891011121314151617
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Cache/etc/cache.xsd">
  9. <type name="config_integration" translate="label,description" instance="Magento\Integration\Model\Cache\Type">
  10. <label>Integrations Configuration</label>
  11. <description>Integration configuration file</description>
  12. </type>
  13. <type name="config_integration_api" translate="label,description" instance="Magento\Integration\Model\Cache\TypeIntegration">
  14. <label>Integrations API Configuration</label>
  15. <description>Integrations API configuration file</description>
  16. </type>
  17. </config>