protected class FeedCache.FeedCacheLoader extends CacheLoader<String,FeedResult>
CacheLoader.InvalidCacheLoadException, CacheLoader.UnsupportedLoadingOperationException
Modifier | Constructor and Description |
---|---|
protected |
FeedCacheLoader() |
Modifier and Type | Method and Description |
---|---|
FeedResult |
load(String feedUrl) |
asyncReloading, from, from, loadAll, reload
protected FeedCacheLoader()
public FeedResult load(String feedUrl) throws Exception
load
in class CacheLoader<String,FeedResult>
Exception