为了解决这个问题,我们对“DataCache”类进行了如下修改: public class DataCache { private static Dictionary<string, LargeDataObject> cache = new Dictionary<string, LargeDataObject>(); private static readonly TimeSpan ...