Example #1
0
 public ReentrantCachingHttpFetcher()
 {
     this.slow = new SlowHttpFetcher();
 }
Example #2
0
 public MultipleCachingHttpFetcher()
 {
     this.slow = new SlowHttpFetcher();
 }