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 storage is done in plain text files organized per folderId.
- Since:
- 8.2
- Author:
- Marco Meschieri - LogicalDOC
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
A single entry in the cache -
Constructor Summary
-
Method Summary
-
Constructor Details
-
SyndicationCache
-
-
Method Details
-
getRoot
-
get
public SyndicationCache.CacheEntry get(com.logicaldoc.core.document.Document doc) throws IOException - Throws:
IOException
-
get
- Throws:
IOException
-
put
- Throws:
IOException
-
empty
public void empty()
-