Pheasant\Cache\ArrayCache::has PHP Method

has() public method

public has ( $hash )
    public function has($hash)
    {
        return isset($this->_cache[(string) $hash]);
    }