|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FeatureStoreCache
Cache for persistent GMLObject
instances that are stored in a FeatureStore
.
FeatureStore
Method Summary | |
---|---|
void |
add(GMLObject obj)
Adds the given object to the cache. |
void |
clear()
Clears the cache, removing all objects. |
GMLObject |
get(String id)
Returns the object with the specified id (if it exists in the cache). |
void |
remove(String id)
Removes the object with the specified id from the cache (if it exists). |
Method Detail |
---|
GMLObject get(String id)
id
- id of the object, must not be null
null
if it is not present in the cachevoid add(GMLObject obj)
obj
- object, must not be null
void remove(String id)
id
- id of the object, must not be null
void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |