Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
test ($identifier) | |
load ($identifier) | |
save ($data, $identifier, array $tags=[], $lifeTime=null) | |
remove ($identifier) | |
clean ($mode=\Zend_Cache::CLEANING_MODE_ALL, array $tags=[]) | |
getBackend () | |
getLowLevelFrontend () | |
Interface of a cache frontend - an ultimate publicly available interface to an actual cache storage
@api
Definition at line 14 of file FrontendInterface.php.
clean | ( | $mode = \Zend_Cache::CLEANING_MODE_ALL , |
|
array | $tags = [] |
||
) |
getBackend | ( | ) |
getLowLevelFrontend | ( | ) |
load | ( | $identifier | ) |
Load cache record by its unique identifier
string | $identifier |
Implemented in Profiler, AccessProxy, Cache, Bare, and Zend.
remove | ( | $identifier | ) |
save | ( | $data, | |
$identifier, | |||
array | $tags = [] , |
||
$lifeTime = null |
|||
) |
test | ( | $identifier | ) |