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.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
Constructors Constructor Description Invalidation(com.ibm.ws.cache.config.Invalidation i)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBaseName()
ConfigEntry.Component[]
getComponents()
java.lang.String
getInvalidationGenerator()
-
-
-
Method Detail
-
getBaseName
public java.lang.String getBaseName()
-
getInvalidationGenerator
public java.lang.String getInvalidationGenerator()
-
getComponents
public ConfigEntry.Component[] getComponents()
-
-