Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Protected Attributes
Cache Class Reference
Inheritance diagram for Cache:
Cache CacheInterface

Protected Attributes

 $_frontendIdentifier = 'page_cache'
 
- Protected Attributes inherited from Cache
 $_frontendIdentifier = \Magento\Framework\App\Cache\Frontend\Pool::DEFAULT_FRONTEND_ID
 
 $_frontendPool
 
 $_frontend
 

Additional Inherited Members

- Public Member Functions inherited from Cache
 __construct (\Magento\Framework\App\Cache\Frontend\Pool $frontendPool)
 
 getFrontend ()
 
 load ($identifier)
 
 save ($data, $identifier, $tags=[], $lifeTime=null)
 
 remove ($identifier)
 
- Public Member Functions inherited from CacheInterface
 clean ($tags=[])
 

Detailed Description

Cache model for builtin cache

Deprecated:
100.1.0

Definition at line 13 of file Cache.php.

Field Documentation

◆ $_frontendIdentifier

$_frontendIdentifier = 'page_cache'
protected

Definition at line 20 of file Cache.php.


The documentation for this class was generated from the following file: