|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICache
The generic interface to a GPE client cache.
Method Summary | |
---|---|
void |
clear(IdChain prefix)
Remove all the entities which id starts with the prefix. |
java.lang.Object |
get(IdChain client,
javax.xml.namespace.QName property,
java.lang.Class clazz)
Get the stored property of the entity from the cache. |
void |
put(IdChain client,
javax.xml.namespace.QName property,
java.lang.Class clazz,
java.lang.Object object)
Store a property of the entity in the cache. |
Method Detail |
---|
java.lang.Object get(IdChain client, javax.xml.namespace.QName property, java.lang.Class clazz)
client
- The id of the entity (generally the client object)property
- The qname of the propertyclazz
- The class of the property object
void put(IdChain client, javax.xml.namespace.QName property, java.lang.Class clazz, java.lang.Object object)
client
- The id of the entity (generally the client object)property
- The qname of the propertyclazz
- The class of the property objectobject
- The value to storevoid clear(IdChain prefix)
prefix
- The prefix
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |