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