Interface and Description |
---|
com.ibm.websphere.servlet.cache.CacheConfig |
Class and Description |
---|
com.ibm.websphere.servlet.cache.ConfigElement
This Class represents a variable specified in the cachespec.xml
document. If an application uses its own Id or MetaDataGenerator,
this class can be used to read the cache policies defined in the Application
Assembly Tool (WAS 4.x and higher), or in the cachespec.xml file
(WAS 5.0 and higher).
It stores all the data specified in the xml file for
this variable. The variable may be:
<request> <parameter id="cityname" data_id="city" required="true" /> </request> would generate a ConfigElement object where
|
com.ibm.websphere.servlet.cache.DynamicCacheAccessor
You should use com.ibm.websphere.cache.DynamicCacheAccessor
|
Method and Description |
---|
com.ibm.websphere.servlet.cache.DynamicCacheAccessor.getCache()
You should use com.ibm.websphere.cache.DynamicCacheAccessor
|
com.ibm.websphere.servlet.cache.IdGenerator.getSharingPolicy(ServletCacheRequest) |
com.ibm.websphere.servlet.cache.MetaDataGenerator.initialize(CacheConfig)
Initialize is called once on servlet initialization, and should
take configuration values from its CacheConfig argurment and
store them locally. Additional config information from user
applications or other sources may be read here as well.
|
com.ibm.websphere.servlet.cache.IdGenerator.initialize(CacheConfig)
This method is called once on servlet initialization,
and should take configuration values from its CacheConfig
argurment and store them locally. Additional config
information from user applications or other sources may be
read here as well.
|
com.ibm.websphere.servlet.cache.DynamicCacheAccessor.isCachingEnabled()
You should use com.ibm.websphere.cache.DynamicCacheAccessor
|