You are here

public function AppByOwnerController::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 EntityCacheAwareControllerTrait::entityCache

File

src/Entity/Controller/AppByOwnerController.php, line 108

Class

AppByOwnerController
Base class for developer- and company app controller services in Drupal.

Namespace

Drupal\apigee_edge\Entity\Controller

Code

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