org.apache.solr.core
Class SolrConfig.HttpCachingConfig

java.lang.Object
  extended by org.apache.solr.core.SolrConfig.HttpCachingConfig
Enclosing class:
SolrConfig

public static class SolrConfig.HttpCachingConfig
extends Object


Nested Class Summary
static class SolrConfig.HttpCachingConfig.LastModFrom
           
 
Method Summary
 String getCacheControlHeader()
          null if no Cache-Control header
 String getEtagSeed()
           
 SolrConfig.HttpCachingConfig.LastModFrom getLastModFrom()
           
 Long getMaxAge()
          null if no max age limitation
 boolean isNever304()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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()


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.