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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteCache
(long syndicationId) getCache
(long syndicationId) Retrieves the cache for the specified syndication
-
Constructor Details
-
SyndicationCacheManager
public SyndicationCacheManager()
-
-
Method Details
-
getCache
Retrieves the cache for the specified syndication- Parameters:
syndicationId
- identifier of the syndication- Returns:
- the cache
-
deleteCache
public void deleteCache(long syndicationId)
-