コード例 #1
0
 public ReentrantCachingHttpFetcher()
 {
     this.slow = new SlowHttpFetcher();
 }
コード例 #2
0
 public MultipleCachingHttpFetcher()
 {
     this.slow = new SlowHttpFetcher();
 }