public ReentrantCachingHttpFetcher()
 {
     this.slow = new SlowHttpFetcher();
 }
 public MultipleCachingHttpFetcher()
 {
     this.slow = new SlowHttpFetcher();
 }