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

Packages that use FeedFetcherCache
com.sun.syndication.fetcher.impl   
 

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.
 

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
HttpClientFeedFetcher(FeedFetcherCache cache)
           
 



Copyright © 2004 Sun Microsystems. All Rights Reserved.