# File lib/merb-cache/stores/strategy/action_store.rb, line 12
    def read(dispatch, parameters = {})
      if writable?(dispatch, parameters)
        @stores.capture_first {|s| s.read(normalize(dispatch), parameters)}
      end
    end