Beispiel #1
0
 public void Set(string key, TimestampedCacheValue val, TimeSpan absoluteExpiration)
 {
     _cache.Set(key, val.ToString(), absoluteExpiration);
 }