Google\Cloud\Dev\Snippet\Coverage\Coverage::cache PHP Method

cache() public method

public cache ( $identifier )
    public function cache($identifier)
    {
        return array_key_exists($identifier, $this->snippets) ? $this->snippets[$identifier] : null;
    }