20 21 22
# File 'lib/web_fetch/storage/memory.rb', line 20 def fetch(key) storage.fetch(key, nil) end