Package | Description |
---|---|
com.ibm.websphere.servlet.cache |
Provides the interfaces and classes for caching results from servlets, JSPs and webservices.
|
Modifier and Type | Method and Description |
---|---|
void |
IdGenerator.initialize(CacheConfig cc)
Deprecated.
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.
|
void |
MetaDataGenerator.initialize(CacheConfig cc)
Deprecated.
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.
|