Method: Lti2Commons::Cache#fetch

Defined in:
lib/lti2_commons/lib/lti2_commons/cache.rb

#fetch(name) ⇒ Object



21
22
23
# File 'lib/lti2_commons/lib/lti2_commons/cache.rb', line 21

def fetch(name)
  @cache.fetch(name)
end