Libraries
»
lti2_commons
(1.2)
»
Index
»
Lti2Commons
»
Cache
»
#fetch
Method: Lti2Commons::Cache#fetch
Defined in:
lib/lti2_commons/cache.rb
#
fetch
(name) ⇒
Object
23 24 25
# File 'lib/lti2_commons/cache.rb', line 23
def
fetch
(
name
)
@cache
.
fetch
(
name
)
end