com.ibm.wsspi.cache
Class ConfigEntry.DependencyId
- java.lang.Object
com.ibm.wsspi.cache.ConfigEntry.DependencyId
Enclosing class:
- public class ConfigEntry.DependencyId
- extends java.lang.Object
The DependencyId object specifies additional cache identifiers that associate multiple cache entries
to the same group identifier. The value of the dependency-id element is generated by concatenating
the dependency ID base string with the values that are returned by its component elements. If a
required component returns a null value, the entire dependency does not generate and is not used.
Validate the dependency IDs explicitly through the dynamic cache API, or use the invalidation element.
Multiple dependency ID rules can exist in one cache-entry element. All dependency rules run separately.
It maps to a dependency-id definition for a cache-entry in the cachespec.xml.
Constructor Summary
Method Summary
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
ConfigEntry.DependencyId
- public ConfigEntry.DependencyId(
com.ibm.ws.cache.config.DependencyId di)
Method Detail
getBaseName
- public java.lang.String getBaseName(
)
getComponents
- public ConfigEntry.Component[] getComponents(
)