public interface ServletCacheConfig
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getExternalCacheGroupNames() |
IdGenerationProperties |
getIdGenerationProperties() |
java.lang.String |
getIdGenerator() |
java.lang.String |
getMetadataGenerator() |
int |
getPriority() |
java.lang.String |
getPropertiesGroupName() |
java.util.List<java.lang.String> |
getServletNames() |
int |
getTimeout() |
boolean |
isInvalidateOnly() |
boolean |
isSetInvalidateOnly() |
boolean |
isSetPriority() |
boolean |
isSetTimeout() |
java.lang.String getPropertiesGroupName()
java.util.List<java.lang.String> getServletNames()
boolean isSetTimeout()
int getTimeout()
boolean isSetPriority()
int getPriority()
boolean isSetInvalidateOnly()
boolean isInvalidateOnly()
java.util.List<java.lang.String> getExternalCacheGroupNames()
java.lang.String getIdGenerator()
java.lang.String getMetadataGenerator()
IdGenerationProperties getIdGenerationProperties()