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