Feature request from sshymko, posted on GitHub Jan 13, 2015
Classes Magento\Catalog\Plugin\Model\Indexer\Category\Product\Execute
and Magento\Catalog\Plugin\Model\Resource\Attribute\Save
implement flushing the Full Page Cache. They should belong to the Magento_PageCache
module, not the Magento_Catalog
. Utilization of the constant Magento\PageCache\Model\Cache\Type::TYPE_IDENTIFIER
rather than literal full_page
would expose that dependency on the code level.