class JSON::JWK::Set::Fetcher::Cache
Public Instance Methods
delete(cache_key, options = {})
click to toggle source
# File lib/json/jwk/set/fetcher.rb, line 10 def delete(cache_key, options = {}); end
fetch(cache_key, options = {}) { || ... }
click to toggle source
# File lib/json/jwk/set/fetcher.rb, line 6 def fetch(cache_key, options = {}) yield end