|
||||||||||
| 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(java.lang.String id)
Returns the object with the specified id (if it exists in the cache). |
void |
remove(java.lang.String id)
Removes the object with the specified id from the cache (if it exists). |
| Method Detail |
|---|
GMLObject get(java.lang.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 nullvoid remove(java.lang.String id)
id - id of the object, must not be nullvoid clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||