Package org.apache.solr.core
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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SolrConfig.HttpCachingConfig.LastModFrom
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCacheControlHeader()
null if no Cache-Control headerString
getEtagSeed()
SolrConfig.HttpCachingConfig.LastModFrom
getLastModFrom()
Long
getMaxAge()
null if no max age limitationboolean
isNever304()
Map<String,Object>
toMap(Map<String,Object> map)
-
-
-
Method Detail
-
toMap
public Map<String,Object> toMap(Map<String,Object> map)
- Specified by:
toMap
in interfaceorg.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
public SolrConfig.HttpCachingConfig.LastModFrom getLastModFrom()
-
-