# File lib/merb-cache/stores/strategy/gzip_store.rb, line 39 def delete(key, parameters = {}) @stores.map {|c| c.delete(key, parameters)}.any? end