Package com.logicaldoc.syndication
Class SyndicationCacheManager
java.lang.Object
com.logicaldoc.syndication.SyndicationCacheManager
Manager for cache handling
- Since:
- 8.2
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddeleteCache(long syndicationId) getCache(long syndicationId) Retrieves the cache for the specified syndication
- 
Constructor Details- 
SyndicationCacheManagerpublic SyndicationCacheManager()
 
- 
- 
Method Details- 
getCacheRetrieves the cache for the specified syndication- Parameters:
- syndicationId- identifier of the syndication
- Returns:
- the cache
 
- 
deleteCachepublic void deleteCache(long syndicationId) 
 
-