public interface XOAICacheService
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String requestID) |
void |
deleteAll() |
void |
handle(String requestID,
OutputStream out) |
boolean |
hasCache(String requestID) |
boolean |
isActive() |
void |
store(String requestID,
com.lyncode.xoai.dataprovider.xml.oaipmh.OAIPMH response) |
boolean isActive()
boolean hasCache(String requestID)
void handle(String requestID, OutputStream out) throws IOException
IOExceptionvoid store(String requestID, com.lyncode.xoai.dataprovider.xml.oaipmh.OAIPMH response) throws IOException
IOExceptionvoid delete(String requestID)
void deleteAll()
throws IOException
IOExceptionCopyright © 2022 LYRASIS. All rights reserved.