Package com.logicaldoc.impex
Class ArchiveCacheManager
- java.lang.Object
-
- com.logicaldoc.impex.ArchiveCacheManager
-
public class ArchiveCacheManager extends Object
Manager for archive cache handling- Since:
- 4.5
- Author:
- Matteo Caruso - LogicalDOC
-
-
Constructor Summary
Constructors Constructor Description ArchiveCacheManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteCache(Archive archive)ArchiveCachegetCache(Archive archive)Retrieves the cache for the specified archive
-
-
-
Method Detail
-
getCache
public ArchiveCache getCache(Archive archive) throws IOException
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
public void deleteCache(Archive archive) throws IOException
- Throws:
IOException
-
-