Class SolrConfig.HttpCachingConfig

java.lang.Object
org.apache.solr.core.SolrConfig.HttpCachingConfig
All Implemented Interfaces:
org.apache.solr.common.MapSerializable
Enclosing class:
SolrConfig

public static class SolrConfig.HttpCachingConfig extends Object implements org.apache.solr.common.MapSerializable
  • Method Details

    • toMap

      public Map<String,Object> toMap(Map<String,Object> map)
      Specified by:
      toMap in interface org.apache.solr.common.MapSerializable
    • isNever304

      public boolean isNever304()
    • getEtagSeed

      public String getEtagSeed()
    • getCacheControlHeader

      public String getCacheControlHeader()
      null if no Cache-Control header
    • getMaxAge

      public Long getMaxAge()
      null if no max age limitation
    • getLastModFrom