internal static void Main(string[] args) { DataCache svr = new DataCache(); svr.Init(args); svr.Loop(); svr.Release(); }