private property AppCache::$appOwnerAppNameAppIdMap in Apigee Edge 8
An associative array with app owners, app names and app ids.
Parent keys are app owners (developer UUID or company name), second level keys are app names and their values are app ids (UUIDs).
This array can contain app ids that have been invalidated in cache. It is not a problem because this information is only used internally.
Type: array
File
- src/
Entity/ Controller/ Cache/ AppCache.php, line 54
Class
- AppCache
- Default app cache implementation for app controllers.
Namespace
Drupal\apigee_edge\Entity\Controller\CacheCode
private $appOwnerAppNameAppIdMap = [];