You are here

function apigee_edge_cache_flush in Apigee Edge 8

Implements hook_cache_flush().

File

./apigee_edge.module, line 1800
Copyright 2018 Google Inc.

Code

function apigee_edge_cache_flush() {

  // If OAuth token file does not exist this does not do anything.
  \Drupal::service('apigee_edge.authentication.oauth_token_storage')
    ->removeToken();
}