Interface XOAICacheService
-
- All Known Implementing Classes:
DSpaceEmptyCacheService,DSpaceXOAICacheService
public interface XOAICacheService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddelete(String requestID)voiddeleteAll()voidhandle(String requestID, OutputStream out)booleanhasCache(String requestID)booleanisActive()voidstore(String requestID, com.lyncode.xoai.dataprovider.xml.oaipmh.OAIPMH response)
-
-
-
Method Detail
-
isActive
boolean isActive()
-
hasCache
boolean hasCache(String requestID)
-
handle
void handle(String requestID, OutputStream out) throws IOException
- Throws:
IOException
-
store
void store(String requestID, com.lyncode.xoai.dataprovider.xml.oaipmh.OAIPMH response) throws IOException
- Throws:
IOException
-
delete
void delete(String requestID)
-
deleteAll
void deleteAll() throws IOException- Throws:
IOException
-
-