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 Summary
Constructors Constructor Description SyndicationCacheManager() 
- 
Method Summary
All 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
- 
getCache
public SyndicationCache getCache(long syndicationId)
Retrieves the cache for the specified syndication- Parameters:
 syndicationId- identifier of the syndication- Returns:
 - the cache
 
 
- 
deleteCache
public void deleteCache(long syndicationId) throws IOException- Throws:
 IOException
 
 - 
 
 -