Package com.ibm.wsspi.cache
Class ConfigEntry.DependencyId
- java.lang.Object
-
- com.ibm.wsspi.cache.ConfigEntry.DependencyId
-
- Enclosing class:
- ConfigEntry
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
Constructors Constructor Description DependencyId(com.ibm.ws.cache.config.DependencyId di)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBaseName()
ConfigEntry.Component[]
getComponents()
-
-
-
Method Detail
-
getBaseName
public java.lang.String getBaseName()
-
getComponents
public ConfigEntry.Component[] getComponents()
-
-