Package com.ibm.wsspi.cache
Class ConfigEntry.Invalidation
- java.lang.Object
- 
- com.ibm.wsspi.cache.ConfigEntry.Invalidation
 
- 
- Enclosing class:
- ConfigEntry
 
 public class ConfigEntry.Invalidation extends java.lang.ObjectTo 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 SummaryConstructors Constructor Description Invalidation(com.ibm.ws.cache.config.Invalidation i)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBaseName()ConfigEntry.Component[]getComponents()java.lang.StringgetInvalidationGenerator()
 
- 
- 
- 
Method Detail- 
getBaseNamepublic java.lang.String getBaseName() 
 - 
getInvalidationGeneratorpublic java.lang.String getInvalidationGenerator() 
 - 
getComponentspublic ConfigEntry.Component[] getComponents() 
 
- 
 
-