You are here

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\Controller

Code

public function entityCache() : EntityCacheInterface {
  return $this->originalController
    ->entityCache();
}