public static class SolrConfig.HttpCachingConfig extends Object implements MapSerializable
Modifier and Type | Class and Description |
---|---|
static class |
SolrConfig.HttpCachingConfig.LastModFrom |
Modifier and Type | Method and Description |
---|---|
String |
getCacheControlHeader()
null if no Cache-Control header
|
String |
getEtagSeed() |
SolrConfig.HttpCachingConfig.LastModFrom |
getLastModFrom() |
Long |
getMaxAge()
null if no max age limitation
|
boolean |
isNever304() |
Map<String,Object> |
toMap(Map<String,Object> map) |
public Map<String,Object> toMap(Map<String,Object> map)
toMap
in interface MapSerializable
public boolean isNever304()
public String getEtagSeed()
public String getCacheControlHeader()
public Long getMaxAge()
public SolrConfig.HttpCachingConfig.LastModFrom getLastModFrom()
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.