Package com.ibm.websphere.servlet.cache
Interface CacheConfig
public interface CacheConfig
Deprecated.
A CacheConfig class holds the configuration for a cache entry.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.This method returns the array of ConfigElement for cookies.Deprecated.This method returns the external cache.Deprecated.This method returns the class of IdGenerator.intDeprecated.This method returns the inactivity timeout in seconds.booleanDeprecated.This method determines to look for invalidation only.Deprecated.This method returns the class of MetaDataGenerator.getName()Deprecated.This method returns the name of cache config.intDeprecated.This method returns the priority.Deprecated.This method returns the array of ConfigElement for request attributes.Deprecated.This method returns the array of ConfigElement for request parameters.Deprecated.This method returns the array of ConfigElement for session parameters.intDeprecated.This method returns the sharing policy.intDeprecated.This method returns the timeout in seconds.String[]getURIs()Deprecated.This method returns the array of URIs.
- 
Method Details- 
getIdGeneratorClass getIdGenerator()Deprecated.This method returns the class of IdGenerator.- Returns:
- The class name
 
- 
getMetaDataGeneratorClass getMetaDataGenerator()Deprecated.This method returns the class of MetaDataGenerator.- Returns:
- The class of MetaDataGeneator
 
- 
getURIsString[] getURIs()Deprecated.This method returns the array of URIs.- Returns:
- The array of URIs
 
- 
getRequestParametersConfigElement[] getRequestParameters()Deprecated.This method returns the array of ConfigElement for request parameters.- Returns:
- The array of ConfigElement for request parameters
 
- 
getRequestAttributesConfigElement[] getRequestAttributes()Deprecated.This method returns the array of ConfigElement for request attributes.- Returns:
- The array of ConfigElement for request attributes
 
- 
getSessionParametersConfigElement[] getSessionParameters()Deprecated.This method returns the array of ConfigElement for session parameters.- Returns:
- The array of ConfigElement for session parameters
 
- 
getCookiesConfigElement[] getCookies()Deprecated.This method returns the array of ConfigElement for cookies.- Returns:
- The array of ConfigElement for cookies
 
- 
getInvalidateonlyboolean getInvalidateonly()Deprecated.This method determines to look for invalidation only.- Returns:
- The boolean True to look for invalidation only
 
- 
getPriorityint getPriority()Deprecated.This method returns the priority.- Returns:
- The priority
 
- 
getSharingPolicyint getSharingPolicy()Deprecated.This method returns the sharing policy.- Returns:
- The sharing policy
 
- 
getExternalCacheString getExternalCache()Deprecated.This method returns the external cache.- Returns:
- The external cache
 
- 
getTimeoutint getTimeout()Deprecated.This method returns the timeout in seconds.- Returns:
- The timeout
 
- 
getInactivityint getInactivity()Deprecated.This method returns the inactivity timeout in seconds.- Returns:
- The inactivity timeout
 
- 
getNameString getName()Deprecated.This method returns the name of cache config.- Returns:
- The name of cache config
 
 
-