You are here

public function DeveloperCompaniesCacheInterface::remove in Apigee Edge 8

Removes cached company information of a developer.

Parameters

array $ids: Array of developer ids, if the array is empty all entries gets removed.

1 method overrides DeveloperCompaniesCacheInterface::remove()
DeveloperCompaniesCache::remove in src/Entity/DeveloperCompaniesCache.php
Removes cached company information of a developer.

File

src/Entity/DeveloperCompaniesCacheInterface.php, line 58

Class

DeveloperCompaniesCacheInterface
Definition of the developer company membership cache.

Namespace

Drupal\apigee_edge\Entity

Code

public function remove(array $ids = []) : void;