You are here

public function CacheDecorator::__construct in Auth0 Single Sign On 8.2

File

vendor/auth0/auth0-php/tests/Helpers/Cache/CacheDecorator.php, line 14

Class

CacheDecorator

Namespace

Auth0\Tests

Code

public function __construct(CacheHandler $cache) {
  $this->cache = $cache;
}