Package com.ibm.ws.javaee.dd.webext
Interface ServletCacheConfig
public interface ServletCacheConfig
Represents <servlet-cache-config>.
-
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
boolean
boolean
boolean
-
Method Details
-
getPropertiesGroupName
String getPropertiesGroupName() -
getServletNames
-
isSetTimeout
boolean isSetTimeout() -
getTimeout
int getTimeout() -
isSetPriority
boolean isSetPriority() -
getPriority
int getPriority() -
isSetInvalidateOnly
boolean isSetInvalidateOnly() -
isInvalidateOnly
boolean isInvalidateOnly() -
getExternalCacheGroupNames
-
getIdGenerator
String getIdGenerator() -
getMetadataGenerator
String getMetadataGenerator() -
getIdGenerationProperties
IdGenerationProperties getIdGenerationProperties()
-