IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.cache
Class ConfigEntry.Invalidation

java.lang.Object
  extended by com.ibm.wsspi.cache.ConfigEntry.Invalidation
Enclosing class:
ConfigEntry

public class ConfigEntry.Invalidation
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
ConfigEntry.Invalidation(com.ibm.ws.cache.config.Invalidation i)
           
 
Method Summary
 java.lang.String getBaseName()
           
 ConfigEntry.Component[] getComponents()
           
 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

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

getBaseName

public java.lang.String getBaseName()

getInvalidationGenerator

public java.lang.String getInvalidationGenerator()

getComponents

public ConfigEntry.Component[] getComponents()

IBM WebSphere Application ServerTM
Release 8