namespace MesETL.App.Cache; #nullable disable public static class CacheKeys { public static Func Order_OrderNo_CompanyID { get; set; } public static Func OrderBlockPlan_ID_CompanyID { get; set; } public static Func OrderProcess_ID_ShardKey { get; set; } }