public function CachedManagementApiEdgeEntityControllerProxy::entityCache in Apigee Edge 8
Returns the entity cache used by the controller.
Return value
\Drupal\apigee_edge\Entity\Controller\Cache\EntityCacheInterface The entity cache.
Overrides EntityCacheAwareControllerInterface::entityCache
File
- src/
Entity/ Controller/ CachedManagementApiEdgeEntityControllerProxy.php, line 97
Class
- CachedManagementApiEdgeEntityControllerProxy
- Management API specific cached entity controller implementation.
Namespace
Drupal\apigee_edge\Entity\ControllerCode
public function entityCache() : EntityCacheInterface {
return $this->originalController
->entityCache();
}