public class DSpaceXOAIItemCacheService extends Object implements XOAIItemCacheService
| Constructor and Description |
|---|
DSpaceXOAIItemCacheService() |
| 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) |
public boolean hasCache(Item item)
hasCache in interface XOAIItemCacheServicepublic com.lyncode.xoai.dataprovider.xml.xoai.Metadata get(Item item) throws IOException
get in interface XOAIItemCacheServiceIOExceptionpublic void put(Item item, com.lyncode.xoai.dataprovider.xml.xoai.Metadata metadata) throws IOException
put in interface XOAIItemCacheServiceIOExceptionpublic void delete(Item item)
delete in interface XOAIItemCacheServicepublic void deleteAll()
throws IOException
deleteAll in interface XOAIItemCacheServiceIOExceptionCopyright © 2017 DuraSpace. All rights reserved.