Package com.ibm.wsspi.cache
Class ConfigEntry.DependencyId
java.lang.Object
com.ibm.wsspi.cache.ConfigEntry.DependencyId
- Enclosing class:
- ConfigEntry
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
-
Constructor Details
-
DependencyId
public DependencyId(com.ibm.ws.cache.config.DependencyId di)
-
-
Method Details
-
getBaseName
-
getComponents
-