com.ibm.websphere.servlet.cache
Interface CacheConfig


public interface CacheConfig


Method Summary
 ConfigElement[] getCookies()
          Deprecated.  
 java.lang.String getExternalCache()
          Deprecated.  
 java.lang.Class getIdGenerator()
          Deprecated.  
 boolean getInvalidateonly()
          Deprecated.  
 java.lang.Class getMetaDataGenerator()
          Deprecated.  
 java.lang.String getName()
          Deprecated.  
 int getPriority()
          Deprecated.  
 ConfigElement[] getRequestAttributes()
          Deprecated.  
 ConfigElement[] getRequestParameters()
          Deprecated.  
 ConfigElement[] getSessionParameters()
          Deprecated.  
 int getSharingPolicy()
          Deprecated.  
 int getTimeout()
          Deprecated.  
 java.lang.String[] getURIs()
          Deprecated.  
 

Method Detail

getIdGenerator

public java.lang.Class getIdGenerator()
Deprecated. 

getMetaDataGenerator

public java.lang.Class getMetaDataGenerator()
Deprecated. 

getURIs

public java.lang.String[] getURIs()
Deprecated. 

getRequestParameters

public ConfigElement[] getRequestParameters()
Deprecated. 

getRequestAttributes

public ConfigElement[] getRequestAttributes()
Deprecated. 

getSessionParameters

public ConfigElement[] getSessionParameters()
Deprecated. 

getCookies

public ConfigElement[] getCookies()
Deprecated. 

getInvalidateonly

public boolean getInvalidateonly()
Deprecated. 

getPriority

public int getPriority()
Deprecated. 

getSharingPolicy

public int getSharingPolicy()
Deprecated. 

getExternalCache

public java.lang.String getExternalCache()
Deprecated. 

getTimeout

public int getTimeout()
Deprecated. 

getName

public java.lang.String getName()
Deprecated. 


 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.