Class: JSON::JWK::Set::Fetcher::Cache

Inherits:
Object
  • Object
show all
Defined in:
lib/json/jwk/set/fetcher.rb

Instance Method Summary collapse

Instance Method Details

#fetch(cache_key, options = {}) ⇒ Object



6
7
8
# File 'lib/json/jwk/set/fetcher.rb', line 6

def fetch(cache_key, options = {})
  yield
end