You are here

public function TeamMemberApiProductAccessHandlerCacheReset::clearApiProductCache in Apigee Edge 8

Clears API product entity access cache.

Parameters

\Symfony\Component\EventDispatcher\Event $event: Event that triggered this subscriber.

File

modules/apigee_edge_teams/src/EventSubscriber/TeamMemberApiProductAccessHandlerCacheReset.php, line 73

Class

TeamMemberApiProductAccessHandlerCacheReset
Ensures team member API product access handler's cache gets cleared.

Namespace

Drupal\apigee_edge_teams\EventSubscriber

Code

public function clearApiProductCache(Event $event) : void {
  $this->teamMemberApiProductAccessHandler
    ->resetCache();
}