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