Class TomcatServerProperties.Resource

java.lang.Object
org.springframework.boot.tomcat.autoconfigure.TomcatServerProperties.Resource
Enclosing class:
TomcatServerProperties

public static class TomcatServerProperties.Resource extends Object
Tomcat static resource properties.
Since:
4.0.0
  • Constructor Details

    • Resource

      public Resource()
  • Method Details

    • isAllowCaching

      public boolean isAllowCaching()
    • setAllowCaching

      public void setAllowCaching(boolean allowCaching)
    • getCacheMaxSize

      public org.springframework.util.unit.DataSize getCacheMaxSize()
    • setCacheMaxSize

      public void setCacheMaxSize(org.springframework.util.unit.DataSize cacheMaxSize)
    • getCacheTtl

      public Duration getCacheTtl()
    • setCacheTtl

      public void setCacheTtl(Duration cacheTtl)