class ActiveSupport::Cache::MemCacheStore

def clear(options = nil)

be used with care when shared cache is being used.
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