You are here

public function AppNameCacheByOwnerFactoryInterface::getAppNameCache in Apigee Edge 8

Returns the same app name cache instance for an owner.

Parameters

string $owner: Developer id (UUID), email address or a company's company name.

Return value

\Drupal\apigee_edge\Entity\Controller\Cache\EntityIdCacheInterface The app name cache instance that belongs to the owner.

2 methods override AppNameCacheByOwnerFactoryInterface::getAppNameCache()
AppNameCacheByOwnerFactory::getAppNameCache in src/Entity/Controller/Cache/AppNameCacheByOwnerFactory.php
Returns the same app name cache instance for an owner.
DeveloperAppNameCacheFactory::getAppNameCache in src/Entity/Controller/Cache/DeveloperAppNameCacheFactory.php
Returns the same app name cache instance for an owner.

File

src/Entity/Controller/Cache/AppNameCacheByOwnerFactoryInterface.php, line 40

Class

AppNameCacheByOwnerFactoryInterface
Base definition of the app name cache by app owner service.

Namespace

Drupal\apigee_edge\Entity\Controller\Cache

Code

public function getAppNameCache(string $owner) : EntityIdCacheInterface;