Class ServerProperties.Tomcat.Resource

java.lang.Object
org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
Enclosing class:
ServerProperties.Tomcat

public static class ServerProperties.Tomcat.Resource extends Object
Tomcat static resource properties.
  • Constructor Details

    • Resource

      public Resource()
  • Method Details

    • isAllowCaching

      public boolean isAllowCaching()
    • setAllowCaching

      public void setAllowCaching(boolean allowCaching)
    • getCacheTtl

      public Duration getCacheTtl()
    • setCacheTtl

      public void setCacheTtl(Duration cacheTtl)