|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Keeps information about dependencies between cache entries.
When objects implementing this interface are inserted in an ICache,
the dependency information is used to remove dependant cache entries on call
of any removeEntry method.
Copyright (c) SAP AG 2001-2002
| Method Summary | |
java.lang.String |
getIdentity()
Get the identity of the node, or null if not defined. |
java.util.List |
getMasterKeys()
Get list of keys which, when removed, remove also this node. |
java.util.List |
getSlaveKeys()
Get list of keys which are removed, when this node is removed. |
| Method Detail |
public java.util.List getMasterKeys()
List of Strings.public java.util.List getSlaveKeys()
List of Strings.public java.lang.String getIdentity()
null if not defined. On
removal of a node with identity, all nodes with the same identity are
removed as well.null if not defined.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||