Package com.ibm.wsspi.cache
Class ConfigEntry.CacheId
- java.lang.Object
- 
- com.ibm.wsspi.cache.ConfigEntry.CacheId
 
- 
- Enclosing class:
- ConfigEntry
 
 public class ConfigEntry.CacheId extends java.lang.ObjectThe CacheId defines a rule for caching an object and is composed of the sub-elements component, timeout, inactivity, priority, property, idgenerator, and metadatagenerator. It maps to a cache-id definition for a cache-entry in the cachespec.xml.
- 
- 
Constructor SummaryConstructors Constructor Description CacheId(com.ibm.ws.cache.config.CacheId ci)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigEntry.Component[]getComponents()java.lang.StringgetIdGenerator()intgetInactivity()java.lang.StringgetMetaDataGenerator()intgetPriority()java.util.ArrayListgetProperties()intgetTimeout()
 
- 
- 
- 
Method Detail- 
getTimeoutpublic int getTimeout() 
 - 
getPrioritypublic int getPriority() 
 - 
getInactivitypublic int getInactivity() 
 - 
getIdGeneratorpublic java.lang.String getIdGenerator() 
 - 
getMetaDataGeneratorpublic java.lang.String getMetaDataGenerator() 
 - 
getPropertiespublic java.util.ArrayList getProperties() 
 - 
getComponentspublic ConfigEntry.Component[] getComponents() 
 
- 
 
-