public function DeveloperCompaniesCacheInterface::invalidate in Apigee Edge 8
Invalidates cache entries by tag.
Parameters
array $tags: Array of cache tags.
1 method overrides DeveloperCompaniesCacheInterface::invalidate()
- DeveloperCompaniesCache::invalidate in src/
Entity/ DeveloperCompaniesCache.php - Invalidates cache entries by tag.
File
- src/
Entity/ DeveloperCompaniesCacheInterface.php, line 66
Class
- DeveloperCompaniesCacheInterface
- Definition of the developer company membership cache.
Namespace
Drupal\apigee_edge\EntityCode
public function invalidate(array $tags) : void;