com.ibm.wsspi.cache

Class ConfigEntry.CacheId

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.cache.ConfigEntry.CacheId
Enclosing class:
ConfigEntry

  1. public class ConfigEntry.CacheId
  2. 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

Constructor and Description
ConfigEntry.CacheId(com.ibm.ws.cache.config.CacheId ci)

Method Summary

Modifier and Type Method and Description
  1. ConfigEntry.Component[]
getComponents()
  1. java.lang.String
getIdGenerator()
  1. int
getInactivity()
  1. java.lang.String
getMetaDataGenerator()
  1. int
getPriority()
  1. java.util.ArrayList
getProperties()
  1. int
getTimeout()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ConfigEntry.CacheId

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

Method Detail

getTimeout

  1. public int getTimeout()

getPriority

  1. public int getPriority()

getInactivity

  1. public int getInactivity()

getIdGenerator

  1. public java.lang.String getIdGenerator( )

getMetaDataGenerator

  1. public java.lang.String getMetaDataGenerator( )

getProperties

  1. public java.util.ArrayList getProperties( )

getComponents

  1. public ConfigEntry.Component[] getComponents( )