public interface CachedStore
Modifier and Type | Interface and Description |
---|---|
static interface |
CachedStore.Manager |
Modifier and Type | Method and Description |
---|---|
Object |
find(Object key) |
void |
reset()
clears any cached values.
|
Object find(Object key) throws CachedStoreException
CachedStoreException
void reset() throws CachedStoreException
CachedStoreException
Copyright © 2017 com.mchange. All rights reserved.