Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
non_application_cache.php
Go to the documentation of this file.
1 <?php
9  ->create(\Magento\Framework\App\Cache\Frontend\Pool::class);
11 foreach ($cachePool as $cacheFrontend) {
12  $cacheFrontend->getBackend()->save('non-application cache data', 'NON_APPLICATION_FIXTURE', ['SOME_TAG']);
13 }