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