You are here

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

Parameters

string $key:

mixed $value:

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

File

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

Class

CacheHandler

Namespace

Auth0\SDK\Helpers\Cache

Code

public function set($key, $value);