Method: Barley::Cache#fetch

Defined in:
lib/barley/cache.rb

#fetch(key, options = {}, &block) ⇒ Object



13
14
15
# File 'lib/barley/cache.rb', line 13

def fetch(key, options = {}, &block)
  @cache_store.fetch(key, options, &block)
end