public class CachingExecBase extends Object
| Modifier and Type | Method and Description | 
|---|---|
| long | getCacheHits()Reports the number of times that the cache successfully responded
 to an  HttpRequestwithout contacting the origin server. | 
| long | getCacheMisses()Reports the number of times that the cache contacted the origin
 server because it had no appropriate response cached. | 
| long | getCacheUpdates()Reports the number of times that the cache was able to satisfy
 a response by revalidating an existing but stale cache entry. | 
public long getCacheHits()
HttpRequest without contacting the origin server.public long getCacheMisses()
public long getCacheUpdates()
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.