Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Interface.php
Go to the documentation of this file.
1 <?php
31 {
37  public function setDirectives($directives);
38 
48  public function load($id, $doNotTestCacheValidity = false);
49 
56  public function test($id);
57 
70  public function save($data, $id, $tags = array(), $specificLifetime = false);
71 
78  public function remove($id);
79 
97  public function clean($mode = Zend_Cache::CLEANING_MODE_ALL, $tags = array());
98 
99 }
$id
Definition: fieldset.phtml:14
save($data, $id, $tags=array(), $specificLifetime=false)
if($exist=($block->getProductCollection() && $block->getProductCollection() ->getSize())) $mode
Definition: grid.phtml:15
load($id, $doNotTestCacheValidity=false)
const CLEANING_MODE_ALL
Definition: Cache.php:72
clean($mode=Zend_Cache::CLEANING_MODE_ALL, $tags=array())