Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
zendframework1
library
Zend
Cache
Backend
ExtendedInterface.php
Go to the documentation of this file.
1
<?php
26
#require_once 'Zend/Cache/Backend/Interface.php';
27
34
interface
Zend_Cache_Backend_ExtendedInterface
extends
Zend_Cache_Backend_Interface
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
}
Zend_Cache_Backend_ExtendedInterface\touch
touch($id, $extraLifetime)
$id
$id
Definition:
fieldset.phtml:14
Zend_Cache_Backend_ExtendedInterface\getTags
getTags()
Zend_Cache_Backend_ExtendedInterface
Definition:
ExtendedInterface.php:34
Zend_Cache_Backend_ExtendedInterface\getIds
getIds()
Zend_Cache_Backend_ExtendedInterface\getIdsMatchingAnyTags
getIdsMatchingAnyTags($tags=array())
Zend_Cache_Backend_ExtendedInterface\getIdsMatchingTags
getIdsMatchingTags($tags=array())
Zend_Cache_Backend_ExtendedInterface\getMetadatas
getMetadatas($id)
Zend_Cache_Backend_ExtendedInterface\getIdsNotMatchingTags
getIdsNotMatchingTags($tags=array())
Zend_Cache_Backend_ExtendedInterface\getCapabilities
getCapabilities()
Zend_Cache_Backend_ExtendedInterface\getFillingPercentage
getFillingPercentage()
Zend_Cache_Backend_Interface
Definition:
Interface.php:30