| Constructor and Description |
|---|
IndexedDataCache(AppContext c) |
| Modifier and Type | Method and Description |
|---|---|
D |
find(IndexedReference<D> id) |
protected D |
find(K key)
The underlying query method.
|
protected abstract D |
findIndexed(K key) |
protected abstract IndexedReference<? extends D> |
getReference(D dat) |
public IndexedDataCache(AppContext c)
protected final D find(K key) throws DataException
DataCachepublic D find(IndexedReference<D> id)
protected abstract D findIndexed(K key) throws DataException
DataExceptionprotected abstract IndexedReference<? extends D> getReference(D dat)