class AppleID::JWKS::Cache

Public Instance Methods

fetch(cache_key) { || ... } click to toggle source
# File lib/apple_id/jwks.rb, line 4
def fetch(cache_key)
  yield
end