Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
CleanCache Class Reference

Public Member Functions

 __construct (\Magento\Framework\App\Cache\Frontend\Pool $cacheFrontendPool)
 

Detailed Description

Backend event observer

Definition at line 11 of file CleanCache.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( \Magento\Framework\App\Cache\Frontend\Pool  $cacheFrontendPool)
Parameters
\Magento\Framework\App\Cache\Frontend\Pool$cacheFrontendPool

Definition at line 21 of file CleanCache.php.

23  {
24  $this->cacheFrontendPool = $cacheFrontendPool;
25  }

The documentation for this class was generated from the following file: