摘要:
public sealed class CacheManager { private HttpApplicationState appPool = null; /// /// 构造函数 /// public CacheManager() { this.appPool = HttpContext.Current.Application; } /// /// 构造函数 /// /// HttpApplicationState 对象 public CacheManager(HttpApplicationSta... 阅读全文