com.ibm.wsspi.cache

Class ConfigEntry.Invalidation

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

  1. public class ConfigEntry.Invalidation
  2. extends java.lang.Object
To invalidate cached objects, the application server must generate unique invalidation IDs. Build invalidation IDs by writing custom Java code or through rules that are defined in the cache policy of each cache entry. It maps to a invalidation definition for a cache-entry in the cachespec.xml.

Constructor Summary

Constructor and Description
ConfigEntry.Invalidation(com.ibm.ws.cache.config.Invalidation i)

Method Summary

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

Constructor Detail

ConfigEntry.Invalidation

  1. public ConfigEntry.Invalidation( com.ibm.ws.cache.config.Invalidation i)

Method Detail

getBaseName

  1. public java.lang.String getBaseName( )

getInvalidationGenerator

  1. public java.lang.String getInvalidationGenerator( )

getComponents

  1. public ConfigEntry.Component[] getComponents( )