Uses of Interface
com.rometools.fetcher.impl.FeedFetcherCache
-
Packages that use FeedFetcherCache Package Description com.rometools.fetcher.impl -
-
Uses of FeedFetcherCache in com.rometools.fetcher.impl
Classes in com.rometools.fetcher.impl that implement FeedFetcherCache Modifier and Type Class Description classDiskFeedInfoCacheDeprecated.ROME Fetcher will be dropped in the next major version of ROME (version 2).classHashMapFeedInfoCacheDeprecated.ROME Fetcher will be dropped in the next major version of ROME (version 2).classLinkedHashMapFeedInfoCacheDeprecated.ROME Fetcher will be dropped in the next major version of ROME (version 2).Methods in com.rometools.fetcher.impl that return FeedFetcherCache Modifier and Type Method Description FeedFetcherCacheHttpClientFeedFetcher. getFeedInfoCache()Deprecated.FeedFetcherCacheHttpURLFeedFetcher. getFeedInfoCache()Deprecated.static FeedFetcherCacheHashMapFeedInfoCache. getInstance()Deprecated.Get the global instance of the cachestatic FeedFetcherCacheLinkedHashMapFeedInfoCache. getInstance()Deprecated.Get the global instance of the cacheMethods in com.rometools.fetcher.impl with parameters of type FeedFetcherCache Modifier and Type Method Description voidHttpClientFeedFetcher. setFeedInfoCache(FeedFetcherCache feedInfoCache)Deprecated.voidHttpURLFeedFetcher. setFeedInfoCache(FeedFetcherCache cache)Deprecated.Constructors in com.rometools.fetcher.impl with parameters of type FeedFetcherCache Constructor Description HttpClientFeedFetcher(FeedFetcherCache cache)Deprecated.HttpClientFeedFetcher(FeedFetcherCache cache, HttpClientFeedFetcher.CredentialSupplier credentialSupplier)Deprecated.HttpURLFeedFetcher(FeedFetcherCache feedInfoCache)Deprecated.Constructor to enable HttpURLFeedFetcher to cache feeds
-