You are here

public function AppCacheInterface::removeAppsByOwner in Apigee Edge 8

Remove all apps from the cache by their owner.

Only developer id (UUID) and company name can be used as owner because this is what is stored on the app entities.

Parameters

string $owner: Developer id (UUID) or company name.

1 method overrides AppCacheInterface::removeAppsByOwner()
AppCache::removeAppsByOwner in src/Entity/Controller/Cache/AppCache.php
Remove all apps from the cache by their owner.

File

src/Entity/Controller/Cache/AppCacheInterface.php, line 56

Class

AppCacheInterface
Base definition of an app cache for app controllers.

Namespace

Drupal\apigee_edge\Entity\Controller\Cache

Code

public function removeAppsByOwner(string $owner) : void;