13 14 15
# File 'lib/barley/cache.rb', line 13 def fetch(key, options = {}, &block) @cache_store.fetch(key, options, &block) end