Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ExtendedInterface.php
Go to the documentation of this file.
1 <?php
26 #require_once 'Zend/Cache/Backend/Interface.php';
27 
35 {
36 
42  public function getIds();
43 
49  public function getTags();
50 
59  public function getIdsMatchingTags($tags = array());
60 
69  public function getIdsNotMatchingTags($tags = array());
70 
79  public function getIdsMatchingAnyTags($tags = array());
80 
86  public function getFillingPercentage();
87 
99  public function getMetadatas($id);
100 
108  public function touch($id, $extraLifetime);
109 
124  public function getCapabilities();
125 
126 }
$id
Definition: fieldset.phtml:14