Example #1
0
 public void Add(CouchCacheEntry e)
 {
 }
Example #2
0
 public void Add(CouchCacheEntry e)
 {
     HttpRuntime.Cache.Insert(CacheKey(e.Url), e, null, Cache.NoAbsoluteExpiration, new TimeSpan(0, ExpirationWindow, 0));
 }