You are here

public function CompanyMembershipObjectCacheInterface::removeMembership in Apigee Edge 8

Removes company membership object from the cache.

Parameters

string $company: Name of a company.

1 method overrides CompanyMembershipObjectCacheInterface::removeMembership()
CompanyMembershipObjectCache::removeMembership in modules/apigee_edge_teams/src/CompanyMembershipObjectCache.php
Removes company membership object from the cache.

File

modules/apigee_edge_teams/src/CompanyMembershipObjectCacheInterface.php, line 46

Class

CompanyMembershipObjectCacheInterface
Company membership object cache definition.

Namespace

Drupal\apigee_edge_teams

Code

public function removeMembership(string $company) : void;