You are here

public function TeamMemberApiProductAccessHandlerInterface::resetCache in Apigee Edge 8

Clears all cached access checks.

1 method overrides TeamMemberApiProductAccessHandlerInterface::resetCache()
TeamMemberApiProductAccessHandler::resetCache in modules/apigee_edge_teams/src/TeamMemberApiProductAccessHandler.php
Clears all cached access checks.

File

modules/apigee_edge_teams/src/TeamMemberApiProductAccessHandlerInterface.php, line 64

Class

TeamMemberApiProductAccessHandlerInterface
Base definition of the team member API product access handler.

Namespace

Drupal\apigee_edge_teams

Code

public function resetCache() : void;