Auth0\Tests\CacheDecorator::get PHP Méthode

get() public méthode

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