Package com.ibm.websphere.servlet.cache
Interface CacheConfig
- 
 public interface CacheConfigDeprecated.A CacheConfig class holds the configuration for a cache entry.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ConfigElement[]getCookies()Deprecated.This method returns the array of ConfigElement for cookies.java.lang.StringgetExternalCache()Deprecated.This method returns the external cache.java.lang.ClassgetIdGenerator()Deprecated.This method returns the class of IdGenerator.intgetInactivity()Deprecated.This method returns the inactivity timeout in seconds.booleangetInvalidateonly()Deprecated.This method determines to look for invalidation only.java.lang.ClassgetMetaDataGenerator()Deprecated.This method returns the class of MetaDataGenerator.java.lang.StringgetName()Deprecated.This method returns the name of cache config.intgetPriority()Deprecated.This method returns the priority.ConfigElement[]getRequestAttributes()Deprecated.This method returns the array of ConfigElement for request attributes.ConfigElement[]getRequestParameters()Deprecated.This method returns the array of ConfigElement for request parameters.ConfigElement[]getSessionParameters()Deprecated.This method returns the array of ConfigElement for session parameters.intgetSharingPolicy()Deprecated.This method returns the sharing policy.intgetTimeout()Deprecated.This method returns the timeout in seconds.java.lang.String[]getURIs()Deprecated.This method returns the array of URIs.
 
- 
- 
- 
Method Detail- 
getIdGeneratorjava.lang.Class getIdGenerator() Deprecated.This method returns the class of IdGenerator.- Returns:
- The class name
 
 - 
getMetaDataGeneratorjava.lang.Class getMetaDataGenerator() Deprecated.This method returns the class of MetaDataGenerator.- Returns:
- The class of MetaDataGeneator
 
 - 
getURIsjava.lang.String[] 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
 
 - 
getExternalCachejava.lang.String 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
 
 - 
getNamejava.lang.String getName() Deprecated.This method returns the name of cache config.- Returns:
- The name of cache config
 
 
- 
 
-