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
DataCache
public D find(IndexedReference<D> id)
protected abstract D findIndexed(K key) throws DataException
DataException
protected abstract IndexedReference<? extends D> getReference(D dat)