com.ibm.ws.javaee.dd.webext
Interface ServletCacheConfig
public interface ServletCacheConfig
Represents <servlet-cache-config>.
getPropertiesGroupName
java.lang.String getPropertiesGroupName()
getServletNames
java.util.List<java.lang.String> getServletNames()
isSetTimeout
boolean isSetTimeout()
getTimeout
int getTimeout()
isSetPriority
boolean isSetPriority()
getPriority
int getPriority()
isSetInvalidateOnly
boolean isSetInvalidateOnly()
isInvalidateOnly
boolean isInvalidateOnly()
getExternalCacheGroupNames
java.util.List<java.lang.String> getExternalCacheGroupNames()
getIdGenerator
java.lang.String getIdGenerator()
getMetadataGenerator
java.lang.String getMetadataGenerator()
getIdGenerationProperties
IdGenerationProperties getIdGenerationProperties()