public interface XOAIItemCacheService
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Item item) |
void |
deleteAll() |
com.lyncode.xoai.dataprovider.xml.xoai.Metadata |
get(Item item) |
boolean |
hasCache(Item item) |
void |
put(Item item,
com.lyncode.xoai.dataprovider.xml.xoai.Metadata metadata) |
boolean hasCache(Item item)
com.lyncode.xoai.dataprovider.xml.xoai.Metadata get(Item item) throws IOException
IOExceptionvoid put(Item item, com.lyncode.xoai.dataprovider.xml.xoai.Metadata metadata) throws IOException
IOExceptionvoid delete(Item item)
void deleteAll()
throws IOException
IOExceptionCopyright © 2017 DuraSpace. All rights reserved.