Uses of Interface
org.rometools.fetcher.impl.FeedFetcherCache

Packages that use FeedFetcherCache
org.rometools.fetcher.impl   
 

Uses of FeedFetcherCache in org.rometools.fetcher.impl
 

Classes in org.rometools.fetcher.impl that implement FeedFetcherCache
 class DiskFeedInfoCache
          Disk based cache.
 class HashMapFeedInfoCache
          A very simple implementation of the FeedFetcherCache interface.
 class LinkedHashMapFeedInfoCache
          An implementation of the FeedFetcherCache interface.
 

Methods in org.rometools.fetcher.impl that return FeedFetcherCache
 FeedFetcherCache HttpURLFeedFetcher.getFeedInfoCache()
           
 FeedFetcherCache HttpClientFeedFetcher.getFeedInfoCache()
           
static FeedFetcherCache HashMapFeedInfoCache.getInstance()
          Get the global instance of the cache
static FeedFetcherCache LinkedHashMapFeedInfoCache.getInstance()
          Get the global instance of the cache
 

Methods in org.rometools.fetcher.impl with parameters of type FeedFetcherCache
 void HttpURLFeedFetcher.setFeedInfoCache(FeedFetcherCache cache)
           
 void HttpClientFeedFetcher.setFeedInfoCache(FeedFetcherCache feedInfoCache)
           
 

Constructors in org.rometools.fetcher.impl with parameters of type FeedFetcherCache
HttpClientFeedFetcher(FeedFetcherCache cache)
           
HttpClientFeedFetcher(FeedFetcherCache cache, HttpClientFeedFetcher.CredentialSupplier credentialSupplier)
           
HttpURLFeedFetcher(FeedFetcherCache feedInfoCache)
          Constructor to enable HttpURLFeedFetcher to cache feeds
 



Copyright © 2004-2013 ROME Project. All Rights Reserved.