示例#1
0
 public virtual void SetCacheEntry(string key, object value)
 {
     _cache.SetValue(key, value);
 }