class ActiveSupport::Cache::MemCacheStore
def clear(options = nil)
Clear the entire cache on all memcached servers. This method should
def clear(options = nil) rescue_error_with(nil) { @data.with { |c| c.flush_all } } end
def clear(options = nil) rescue_error_with(nil) { @data.with { |c| c.flush_all } } end