Auth0\Tests\CacheDecorator::get PHP Method

get() public method

public get ( $key )
    public function get($key)
    {
        $this->add_count('get');
        return $this->cache->get($key);
    }