摘要:
using System;using System.Collections.Generic;using System.Text;using System.Web;using System.Collections;using System.Web.Caching;namespace yang.Utility{ public static class CacheHelper { static Cache WebCache; static HWCache TempCache=new HWCache (); static bool IsWebCacheGet() { if (WebCache == n 阅读全文