# File lib/merb-cache/stores/strategy/adhoc_store.rb, line 45 def fetch(key, parameters = {}, conditions = {}, &blk) read(key, parameters) || @stores.capture_first {|s| s.fetch(key, parameters, conditions, &blk)} || blk.call end