Class DSpaceEmptyCacheService
- java.lang.Object
-
- org.dspace.xoai.services.impl.cache.DSpaceEmptyCacheService
-
- All Implemented Interfaces:
XOAICacheService
public class DSpaceEmptyCacheService extends Object implements XOAICacheService
-
-
Constructor Summary
Constructors Constructor Description DSpaceEmptyCacheService()
-
Method Summary
All Methods Instance Methods Concrete 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
public boolean isActive()
- Specified by:
isActivein interfaceXOAICacheService
-
hasCache
public boolean hasCache(String requestID)
- Specified by:
hasCachein interfaceXOAICacheService
-
handle
public void handle(String requestID, OutputStream out) throws IOException
- Specified by:
handlein interfaceXOAICacheService- Throws:
IOException
-
store
public void store(String requestID, com.lyncode.xoai.dataprovider.xml.oaipmh.OAIPMH response) throws IOException
- Specified by:
storein interfaceXOAICacheService- Throws:
IOException
-
delete
public void delete(String requestID)
- Specified by:
deletein interfaceXOAICacheService
-
deleteAll
public void deleteAll()
- Specified by:
deleteAllin interfaceXOAICacheService
-
-