IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.cache
Class ConfigEntry.CacheId

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

public class ConfigEntry.CacheId
extends java.lang.Object

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
ConfigEntry.CacheId(com.ibm.ws.cache.config.CacheId ci)
           
 
Method Summary
 ConfigEntry.Component[] getComponents()
           
 java.lang.String getIdGenerator()
           
 int getInactivity()
           
 java.lang.String getMetaDataGenerator()
           
 int getPriority()
           
 java.util.ArrayList getProperties()
           
 int getTimeout()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigEntry.CacheId

public ConfigEntry.CacheId(com.ibm.ws.cache.config.CacheId ci)
Method Detail

getTimeout

public int getTimeout()

getPriority

public int getPriority()

getInactivity

public int getInactivity()

getIdGenerator

public java.lang.String getIdGenerator()

getMetaDataGenerator

public java.lang.String getMetaDataGenerator()

getProperties

public java.util.ArrayList getProperties()

getComponents

public ConfigEntry.Component[] getComponents()

IBM WebSphere Application ServerTM
Release 8