# File bin/dskexplorer.rb, line 47
def get_uri_from_cache(uri)
        if @@uri_cache[uri].nil? then
                @@uri_cache[uri]=open(uri).read
        end
        @@uri_cache[uri]
end