Package com.logicaldoc.importfolder
Class ImportFolderCache
java.lang.Object
com.logicaldoc.importfolder.ImportFolderCache
Implements a cache of imported documents, basically a importFolder cache is a
Map file_path-(file_path,last_import_date,document_id).
The storage is done in plain text files organized per file_path hash codes.
- Since:
- 3.5
- Author:
- Marco Meschieri - LogicalDOC
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
A single entry in the cache -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
empty()
getRoot()
void
put
(ImportFolderCache.CacheEntry entry)
-
Constructor Details
-
ImportFolderCache
-
-
Method Details
-
getRoot
-
get
- Throws:
IOException
-
put
- Throws:
IOException
-
empty
public void empty()
-