mysql Ver 15.1 Distrib 10.0.31-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
PHP 7.0.22
Steps to Reproduce
Install this module (obviously)
Multistore.
Expected Result
Cached response for each store separetely
Actual Result
I've got one result for each store.
One comment about this situation.
I've fixed that issue by adding new key into
<type name="MSP\APIEnhancer\Api\CacheManagementInterface">
<arguments>
<!--
This set of keys is for non-Varnish keys configuration
It should be based on request information only
-->
<argument name="keys" xsi:type="array">
<item name="store" xsi:type="object">MyCompany\WebApi\Model\CacheKeyProcessor\Store</item>
</argument>
</arguments>
</type>
MyCompany\WebApi\Model\CacheKeyProcessor\Store returns new key with store Id.
Preconditions
Steps to Reproduce
Expected Result
Actual Result
One comment about this situation.
I've fixed that issue by adding new key into
MyCompany\WebApi\Model\CacheKeyProcessor\Store
returns new key with store Id.