abstract static class FileFloatSource.Cache
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map |
readerCache |
| Constructor and Description |
|---|
Cache() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.Object |
createValue(org.apache.lucene.index.IndexReader reader,
java.lang.Object key) |
java.lang.Object |
get(org.apache.lucene.index.IndexReader reader,
java.lang.Object key) |
void |
resetCache() |