Package com.ibm.wsspi.cache
Class ConfigEntry.CacheId
java.lang.Object
com.ibm.wsspi.cache.ConfigEntry.CacheId
- Enclosing class:
 - ConfigEntry
 
The 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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintintint 
- 
Constructor Details
- 
CacheId
public CacheId(com.ibm.ws.cache.config.CacheId ci)  
 - 
 - 
Method Details
- 
getTimeout
public int getTimeout() - 
getPriority
public int getPriority() - 
getInactivity
public int getInactivity() - 
getIdGenerator
 - 
getMetaDataGenerator
 - 
getProperties
 - 
getComponents
 
 -