com.ibm.wsspi.cache

Class ConfigEntry.DependencyId

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.cache.ConfigEntry.DependencyId
Enclosing class:
ConfigEntry

  1. public class ConfigEntry.DependencyId
  2. 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

Constructor and Description
ConfigEntry.DependencyId(com.ibm.ws.cache.config.DependencyId di)

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getBaseName()
  1. ConfigEntry.Component[]
getComponents()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ConfigEntry.DependencyId

  1. public ConfigEntry.DependencyId( com.ibm.ws.cache.config.DependencyId di)

Method Detail

getBaseName

  1. public java.lang.String getBaseName( )

getComponents

  1. public ConfigEntry.Component[] getComponents( )