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