Auth0\Tests\CacheDecorator::set PHP Method

set() public method

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