public function EntityCacheAwareControllerInterface::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.
2 methods override EntityCacheAwareControllerInterface::entityCache()
- AppControllerBase::entityCache in src/
Entity/ Controller/ AppControllerBase.php - Returns the entity cache used by the controller.
- CachedManagementApiEdgeEntityControllerProxy::entityCache in src/
Entity/ Controller/ CachedManagementApiEdgeEntityControllerProxy.php - Returns the entity cache used by the controller.
File
- src/
Entity/ Controller/ EntityCacheAwareControllerInterface.php, line 36
Class
- EntityCacheAwareControllerInterface
- Base interface for those controllers that uses an entity cache.
Namespace
Drupal\apigee_edge\Entity\ControllerCode
public function entityCache() : EntityCacheInterface;