Interface ServletCacheConfig


public interface ServletCacheConfig
Represents <servlet-cache-config>.
  • Method Details

    • getPropertiesGroupName

      String getPropertiesGroupName()
    • getServletNames

      List<String> getServletNames()
    • isSetTimeout

      boolean isSetTimeout()
    • getTimeout

      int getTimeout()
    • isSetPriority

      boolean isSetPriority()
    • getPriority

      int getPriority()
    • isSetInvalidateOnly

      boolean isSetInvalidateOnly()
    • isInvalidateOnly

      boolean isInvalidateOnly()
    • getExternalCacheGroupNames

      List<String> getExternalCacheGroupNames()
    • getIdGenerator

      String getIdGenerator()
    • getMetadataGenerator

      String getMetadataGenerator()
    • getIdGenerationProperties

      IdGenerationProperties getIdGenerationProperties()