Magento 2
How does «Flush Magento Cache» work?
Development
cache
,
backend
dmitrii_fediuk
(Dmitrii Fediuk)
June 29, 2017, 10:08pm
1
1. Magento\Backend\Block\Cache::_construct()
2. Magento\Backend\Block\Cache::getFlushStorageUrl()
3. Magento\Backend\Controller\Adminhtml\Cache\FlushSystem::execute()
4.
Magento\Framework\Cache\Frontend\Decorator\Logger::clean()
What is the difference between «Flush Magento Cache» and «Flush Cache Storage»?
How to delete the cache programmatically?
How is Magento\Framework\Cache\Frontend\Decorator\Logger::clean() implemented and used?
How does «Flush Cache Storage» work?
dmitrii_fediuk
(Dmitrii Fediuk)
June 29, 2017, 10:09pm
2
See also:
How does «
Flush Cache Storage
» work?
What is the
difference
between «
Flush Magento Cache
» and «
Flush Cache Storage
»?
How to
delete
the cache
programmatically
?