private static string MakeCacheKey(string code, commonClass.DataParams dataParam) { return "data" + "-" + code + "-" + dataParam.ToUniqueString(); }