https://github.com/magesuite/cache
This module provides improvements to the built-in Magento 2 cache functionality.
Installation
This module is part of core metapackage
Installation if metapackage is not used:
composer require "creativestyle/magesuite-cache" ^1.0.0
Admin settings
Additional cache management
Cache clear log
Backend
TODO - Add documentation
Frontend
For all pages the following block is added:
<referenceContainer name="content"> <block class="MageSuite\Cache\Block\CacheUrl" name="cache.url" /> </referenceContainer>