Uses of Interface
com.sun.syndication.fetcher.impl.FeedFetcherCache

Packages that use FeedFetcherCache
com.sun.syndication.fetcher.impl Contains a concrete http based implementation of the ROME newsfeed fetching framework. 
net.sourceforge.java.feednread.backend.cache Provides classes for in memory as well as persistent caching of NewsFeed model objects. 
 

Uses of FeedFetcherCache in com.sun.syndication.fetcher.impl
 

Classes in com.sun.syndication.fetcher.impl that implement FeedFetcherCache
 class HashMapFeedInfoCache
          A very simple implementation of the FeedFetcherCache interface.
 

Fields in com.sun.syndication.fetcher.impl declared as FeedFetcherCache
private  FeedFetcherCache HttpURLFeedFetcher.feedInfoCache
           
 

Methods in com.sun.syndication.fetcher.impl that return FeedFetcherCache
 FeedFetcherCache HttpURLFeedFetcher.getFeedInfoCache()
           
static FeedFetcherCache HashMapFeedInfoCache.getInstance()
          Get the global instance of the cache
 

Methods in com.sun.syndication.fetcher.impl with parameters of type FeedFetcherCache
 void HttpURLFeedFetcher.setFeedInfoCache(FeedFetcherCache cache)
           
 

Constructors in com.sun.syndication.fetcher.impl with parameters of type FeedFetcherCache
HttpURLFeedFetcher(FeedFetcherCache feedCache)
          Constructor to enable HttpURLFeedFetcher to cache feeds
HttpURLFeedFetcher(FeedFetcherCache feedCache, IProgressMonitor monitor)
           Constructor to enable HttpURLFeedFetcher to cache feeds and to report the progress of a newsfeed retrieval operation to the specified IProgressMonitor.
 

Uses of FeedFetcherCache in net.sourceforge.java.feednread.backend.cache
 

Classes in net.sourceforge.java.feednread.backend.cache that implement FeedFetcherCache
 class NewsFeedCache
           Simple cache for SyndFeedInfo wrapper objects.