Auth0\Tests\CacheDecorator::__construct PHP Method

__construct() public method

public __construct ( Auth0\SDK\Helpers\Cache\CacheHandler $cache )
$cache Auth0\SDK\Helpers\Cache\CacheHandler
    public function __construct(CacheHandler $cache)
    {
        $this->cache = $cache;
    }