|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICacheNode
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 | |
|---|---|
String |
getIdentity()
Get the identity of the node, or null if not defined. |
List |
getMasterKeys()
Get list of keys which, when removed, remove also this node. |
List |
getSlaveKeys()
Get list of keys which are removed, when this node is removed. |
| Method Detail |
|---|
List getMasterKeys()
List of Strings.List getSlaveKeys()
List of Strings.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.| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||