怎么判断高速缓存项是否存在
using System.Web.Caching;
Object O = Cache[ "seat "];
if (O == null)
{
//不存在
}
------解决方案--------------------------------------------------------
对
------解决方案--------------------------------------------------------
高速缓存?
------解决方案--------------------------------------------------------
lz不是自己写出来了吗