Package com.logicaldoc.syndication
Class SyndicationCacheManager
- java.lang.Object
- 
- com.logicaldoc.syndication.SyndicationCacheManager
 
- 
 public class SyndicationCacheManager extends Object Manager for cache handling- Since:
- 8.2
- Author:
- Marco Meschieri - LogicalDOC
 
- 
- 
Constructor SummaryConstructors Constructor Description SyndicationCacheManager()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteCache(long syndicationId)SyndicationCachegetCache(long syndicationId)Retrieves the cache for the specified syndication
 
- 
- 
- 
Method Detail- 
getCachepublic SyndicationCache getCache(long syndicationId) Retrieves the cache for the specified syndication- Parameters:
- syndicationId- identifier of the syndication
- Returns:
- the cache
 
 - 
deleteCachepublic void deleteCache(long syndicationId) throws IOException- Throws:
- IOException
 
 
- 
 
-