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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteCache(Archive archive) Retrieves the cache for the specified archive 
- 
Constructor Details
- 
ArchiveCacheManager
public ArchiveCacheManager() 
 - 
 - 
Method Details
- 
getCache
Retrieves 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
 
 -