Package org.ametys.plugins.syndication
Class FeedCache.FeedCacheLoader
java.lang.Object
com.google.common.cache.CacheLoader<String,FeedResult>
 
org.ametys.plugins.syndication.FeedCache.FeedCacheLoader
- Enclosing class:
 - FeedCache
 
The feed cache loader, delegates the loading to the component's loadFeed method (to be easily overridable).
- 
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.cache.CacheLoader
CacheLoader.InvalidCacheLoadException, CacheLoader.UnsupportedLoadingOperationException - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class com.google.common.cache.CacheLoader
asyncReloading, from, from, loadAll, reload 
- 
Constructor Details
- 
FeedCacheLoader
protected FeedCacheLoader() 
 - 
 - 
Method Details
- 
load
- Specified by:
 loadin classCacheLoader<String,FeedResult> - Throws:
 Exception
 
 -