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

Packages that use CacheConfig
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
 

Methods in com.ibm.websphere.servlet.cache with parameters of type CacheConfig
 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.
 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.