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

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

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

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

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

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

Constructors in com.sun.syndication.fetcher.impl with parameters of type FeedFetcherCacheI
HttpURLFeedFetcher(com.sun.syndication.fetcher.impl.FeedFetcherCacheI feedCache)
          Constructor to enable HttpURLFeedFetcher to cache feeds
 



Copyright © 2004 Sun Microsystems. All Rights Reserved.