com.ibm.websphere.servlet.cache

Interface CacheConfig


Deprecated.
  1. public interface CacheConfig
A CacheConfig class holds the configuration for a cache entry.

Method Summary

Modifier and Type Method and Description
  1. ConfigElement[]
getCookies()
Deprecated. This method returns the array of ConfigElement for cookies.
  1. java.lang.String
getExternalCache()
Deprecated. This method returns the external cache.
  1. java.lang.Class
getIdGenerator()
Deprecated. This method returns the class of IdGenerator.
  1. int
getInactivity()
Deprecated. This method returns the inactivity timeout in seconds.
  1. boolean
getInvalidateonly()
Deprecated. This method determines to look for invalidation only.
  1. java.lang.Class
getMetaDataGenerator()
Deprecated. This method returns the class of MetaDataGenerator.
  1. java.lang.String
getName()
Deprecated. This method returns the name of cache config.
  1. int
getPriority()
Deprecated. This method returns the priority.
  1. ConfigElement[]
getRequestAttributes()
Deprecated. This method returns the array of ConfigElement for request attributes.
  1. ConfigElement[]
getRequestParameters()
Deprecated. This method returns the array of ConfigElement for request parameters.
  1. ConfigElement[]
getSessionParameters()
Deprecated. This method returns the array of ConfigElement for session parameters.
  1. int
getSharingPolicy()
Deprecated. This method returns the sharing policy.
  1. int
getTimeout()
Deprecated. This method returns the timeout in seconds.
  1. java.lang.String[]
getURIs()
Deprecated. This method returns the array of URIs.

Method Detail

getIdGenerator

  1. java.lang.Class getIdGenerator( )
Deprecated.
This method returns the class of IdGenerator.
Returns:
The class name

getMetaDataGenerator

  1. java.lang.Class getMetaDataGenerator( )
Deprecated.
This method returns the class of MetaDataGenerator.
Returns:
The class of MetaDataGeneator

getURIs

  1. java.lang.String[] getURIs()
Deprecated.
This method returns the array of URIs.
Returns:
The array of URIs

getRequestParameters

  1. ConfigElement[] getRequestParameters( )
Deprecated.
This method returns the array of ConfigElement for request parameters.
Returns:
The array of ConfigElement for request parameters

getRequestAttributes

  1. ConfigElement[] getRequestAttributes( )
Deprecated.
This method returns the array of ConfigElement for request attributes.
Returns:
The array of ConfigElement for request attributes

getSessionParameters

  1. ConfigElement[] getSessionParameters( )
Deprecated.
This method returns the array of ConfigElement for session parameters.
Returns:
The array of ConfigElement for session parameters

getCookies

  1. ConfigElement[] getCookies()
Deprecated.
This method returns the array of ConfigElement for cookies.
Returns:
The array of ConfigElement for cookies

getInvalidateonly

  1. boolean getInvalidateonly()
Deprecated.
This method determines to look for invalidation only.
Returns:
The boolean True to look for invalidation only

getPriority

  1. int getPriority()
Deprecated.
This method returns the priority.
Returns:
The priority

getSharingPolicy

  1. int getSharingPolicy()
Deprecated.
This method returns the sharing policy.
Returns:
The sharing policy

getExternalCache

  1. java.lang.String getExternalCache( )
Deprecated.
This method returns the external cache.
Returns:
The external cache

getTimeout

  1. int getTimeout()
Deprecated.
This method returns the timeout in seconds.
Returns:
The timeout

getInactivity

  1. int getInactivity()
Deprecated.
This method returns the inactivity timeout in seconds.
Returns:
The inactivity timeout

getName

  1. java.lang.String getName()
Deprecated.
This method returns the name of cache config.
Returns:
The name of cache config