com.ibm.ws.javaee.dd.webext
Interface ServletCacheConfig
- public interface ServletCacheConfig
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getExternalCacheGroupNames()
|
getIdGenerationProperties()
|
|
|
getIdGenerator()
|
|
getMetadataGenerator()
|
|
getPriority()
|
|
getPropertiesGroupName()
|
|
getServletNames()
|
|
getTimeout()
|
|
isInvalidateOnly()
|
|
isSetInvalidateOnly()
|
|
isSetPriority()
|
|
isSetTimeout()
|
Method Detail
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( )