Class WebProperties.Resources.Cache

java.lang.Object
org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache
Enclosing class:
WebProperties.Resources

public static class WebProperties.Resources.Cache extends Object
Cache configuration.
  • Constructor Details

    • Cache

      public Cache()
  • Method Details

    • getPeriod

      public Duration getPeriod()
    • setPeriod

      public void setPeriod(Duration period)
    • getCachecontrol

    • isUseLastModified

      public boolean isUseLastModified()
    • setUseLastModified

      public void setUseLastModified(boolean useLastModified)