Package com.logicaldoc.impex
Class ArchiveCacheManager
java.lang.Object
com.logicaldoc.impex.ArchiveCacheManager
Manager for archive cache handling
- Since:
- 4.5
- Author:
- Matteo Caruso - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddeleteCache(Archive archive) Retrieves the cache for the specified archive
- 
Constructor Details- 
ArchiveCacheManagerpublic ArchiveCacheManager()
 
- 
- 
Method Details- 
getCacheRetrieves the cache for the specified archive- Parameters:
- archive- the archive to look for
- Returns:
- the archive's cache
- Throws:
- IOException- unable to access the cache
 
- 
deleteCache- Throws:
- IOException
 
 
-