protected class DefaultSearchResultND.ResultNDCache extends java.lang.Object implements GroupCache
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<java.lang.String>[] |
instanceBuffer |
protected boolean |
locked |
protected boolean |
multiValueSets |
dummyCache
Constructor and Description |
---|
DefaultSearchResultND.ResultNDCache() |
Modifier and Type | Method and Description |
---|---|
void |
cacheGroupInstance(int id,
java.lang.Object value,
boolean replace) |
void |
commit(ResultEntry entry) |
void |
lock() |
void |
reset() |
java.lang.String |
toString() |
protected final java.util.Set<java.lang.String>[] instanceBuffer
protected boolean locked
protected boolean multiValueSets
public void cacheGroupInstance(int id, java.lang.Object value, boolean replace)
cacheGroupInstance
in interface GroupCache
de.ims.icarus.search_tools.standard.GroupCache#cacheGroupInstance(int, java.lang.Object)
public java.lang.String toString()
toString
in class java.lang.Object
public void lock()
lock
in interface GroupCache
GroupCache.lock()
public void reset()
reset
in interface GroupCache
GroupCache.reset()
public void commit(ResultEntry entry)
commit
in interface GroupCache
GroupCache.commit(de.ims.icarus.search_tools.result.ResultEntry)