You are here

public function CacheHandler::delete in Auth0 Single Sign On 8.2

Parameters

string $key:

3 methods override CacheHandler::delete()
CacheDecorator::delete in vendor/auth0/auth0-php/tests/Helpers/Cache/CacheDecorator.php
FileSystemCacheHandler::delete in vendor/auth0/auth0-php/src/Helpers/Cache/FileSystemCacheHandler.php
NoCacheHandler::delete in vendor/auth0/auth0-php/src/Helpers/Cache/NoCacheHandler.php

File

vendor/auth0/auth0-php/src/Helpers/Cache/CacheHandler.php, line 22

Class

CacheHandler

Namespace

Auth0\SDK\Helpers\Cache

Code

public function delete($key);