Cache对象
实例:为用户显示缓存中的某一项赋值
Cache.Add("Key1","Value",null,DateTime.Now.AddSecond(60),TimeSpan.Zero,CacheItemPriority.High,onRemove);