<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Cache/etc/cache.xsd">
    <type name="myoba_config" translate="label,description" instance="Zhik\Myoba\Model\Cache\Config">
        <label>MYOBA Config</label>
        <description>Cached data for MYOBA configuration options</description>
    </type>
    <type name="myoba_customer" translate="label,description" instance="Zhik\Myoba\Model\Cache\Customer">
        <label>MYOBA Customer Data</label>
        <description>Cached data for MYOBA account, order and invoice information</description>
    </type>
</config>