|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| registerEntities ($cacheTag, $ids) | |
| registerTags ($cacheTags) | |
| getRegisteredEntity ($cacheTag) | |
| getIdentities () | |
Protected Attributes | |
| $entities = [] | |
Class Context
Definition at line 11 of file CacheContext.php.
| getIdentities | ( | ) |
Returns identities
Implements IdentityInterface.
Definition at line 68 of file CacheContext.php.
| getRegisteredEntity | ( | $cacheTag | ) |
Returns registered entities
| string | $cacheTag |
Definition at line 54 of file CacheContext.php.
| registerEntities | ( | $cacheTag, | |
| $ids | |||
| ) |
Register entity Ids
| string | $cacheTag | |
| array | $ids |
Definition at line 30 of file CacheContext.php.
| registerTags | ( | $cacheTags | ) |
Register entity tags
| array | $cacheTags |
Definition at line 42 of file CacheContext.php.
|
protected |
Definition at line 16 of file CacheContext.php.