Package com.logicaldoc.syndication
Class SyndicationCache
java.lang.Object
com.logicaldoc.syndication.SyndicationCache
Implements a cache of syndicated documents, basically a cache is a Map
 docId-sync_date
 
 The store is done in plain text files organized per folderId.
- Since:
- 8.2
- Author:
- Marco Meschieri - LogicalDOC
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classA single entry in the cache
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
SyndicationCache
 
- 
- 
Method Details- 
getRoot
- 
getpublic SyndicationCache.CacheEntry get(com.logicaldoc.core.document.Document doc) throws IOException - Throws:
- IOException
 
- 
get- Throws:
- IOException
 
- 
put- Throws:
- IOException
 
- 
emptypublic void empty()
 
-