# File lib/swd/resource.rb, line 17 def discover!(cache_options = {}) SWD.cache.fetch(cache_key, cache_options) do handle_response do SWD.http_client.get_content endpoint.to_s end end end