Enter a type and click search.




Results for Magento\PageCache\Plugin\AppendNoStoreCacheHeader

File: vendor/magento/module-page-cache/etc/webapi_soap/di.xml

<type name="Magento\Framework\App\FrontControllerInterface">
    <plugin name="append_no_store_cache_header"
            type="Magento\PageCache\Plugin\AppendNoStoreCacheHeader"></plugin>
</type>

This is a type configuration.

This configuration is for the webapi_soap area. This is the area that corresponds with the SOAP Api sub-application.

This configuration also tells the object manager to use the Magento\PageCache\Plugin\AppendNoStoreCacheHeader plugin class with Magento\Framework\App\FrontControllerInterface objects.

Results for Magento\PageCache\Plugin\AppendNoStoreCacheHeader

File: vendor/magento/module-page-cache/etc/webapi_rest/di.xml

<type name="Magento\Framework\App\FrontControllerInterface">
    <plugin name="append_no_store_cache_header"
            type="Magento\PageCache\Plugin\AppendNoStoreCacheHeader"></plugin>
</type>

This is a type configuration.

This configuration is for the webapi_rest area. This is the area that corresponds with the REST Api sub-application.

This configuration also tells the object manager to use the Magento\PageCache\Plugin\AppendNoStoreCacheHeader plugin class with Magento\Framework\App\FrontControllerInterface objects.