com.ibm.websphere.servlet.cache

Uses of Interface CacheConfig

Packages that use CacheConfig

Package Description
com.ibm.websphere.servlet.cache Provides the interfaces and classes for caching results from servlets, JSPs and webservices.

Uses of CacheConfig in com.ibm.websphere.servlet.cache

Modifier and Type Method and Description
  1. 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.
  1. 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.