Package com.ibm.websphere.servlet.cache
Interface CacheConfig
public interface CacheConfig
Deprecated.
A CacheConfig class holds the configuration for a cache entry.
-
Method Summary
Modifier 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.int
Deprecated.This method returns the inactivity timeout in seconds.boolean
Deprecated.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.int
Deprecated.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.int
Deprecated.This method returns the sharing policy.int
Deprecated.This method returns the timeout in seconds.String[]
getURIs()
Deprecated.This method returns the array of URIs.
-
Method Details
-
getIdGenerator
Class getIdGenerator()Deprecated.This method returns the class of IdGenerator.- Returns:
- The class name
-
getMetaDataGenerator
Class getMetaDataGenerator()Deprecated.This method returns the class of MetaDataGenerator.- Returns:
- The class of MetaDataGeneator
-
getURIs
String[] getURIs()Deprecated.This method returns the array of URIs.- Returns:
- The array of URIs
-
getRequestParameters
ConfigElement[] getRequestParameters()Deprecated.This method returns the array of ConfigElement for request parameters.- Returns:
- The array of ConfigElement for request parameters
-
getRequestAttributes
ConfigElement[] getRequestAttributes()Deprecated.This method returns the array of ConfigElement for request attributes.- Returns:
- The array of ConfigElement for request attributes
-
getSessionParameters
ConfigElement[] getSessionParameters()Deprecated.This method returns the array of ConfigElement for session parameters.- Returns:
- The array of ConfigElement for session parameters
-
getCookies
ConfigElement[] getCookies()Deprecated.This method returns the array of ConfigElement for cookies.- Returns:
- The array of ConfigElement for cookies
-
getInvalidateonly
boolean getInvalidateonly()Deprecated.This method determines to look for invalidation only.- Returns:
- The boolean True to look for invalidation only
-
getPriority
int getPriority()Deprecated.This method returns the priority.- Returns:
- The priority
-
getSharingPolicy
int getSharingPolicy()Deprecated.This method returns the sharing policy.- Returns:
- The sharing policy
-
getExternalCache
String getExternalCache()Deprecated.This method returns the external cache.- Returns:
- The external cache
-
getTimeout
int getTimeout()Deprecated.This method returns the timeout in seconds.- Returns:
- The timeout
-
getInactivity
int getInactivity()Deprecated.This method returns the inactivity timeout in seconds.- Returns:
- The inactivity timeout
-
getName
String getName()Deprecated.This method returns the name of cache config.- Returns:
- The name of cache config
-