Interface XOAIItemCacheService
-
- All Known Implementing Classes:
DSpaceXOAIItemCacheService
public interface XOAIItemCacheService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddelete(Item item)voiddeleteAll()com.lyncode.xoai.dataprovider.xml.xoai.Metadataget(Item item)booleanhasCache(Item item)voidput(Item item, com.lyncode.xoai.dataprovider.xml.xoai.Metadata metadata)
-
-
-
Method Detail
-
hasCache
boolean hasCache(Item item)
-
get
com.lyncode.xoai.dataprovider.xml.xoai.Metadata get(Item item) throws IOException
- Throws:
IOException
-
put
void put(Item item, com.lyncode.xoai.dataprovider.xml.xoai.Metadata metadata) throws IOException
- Throws:
IOException
-
delete
void delete(Item item)
-
deleteAll
void deleteAll() throws IOException- Throws:
IOException
-
-