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