| Package | Description |
|---|---|
| cz.jirutka.spring.http.client.cache | |
| cz.jirutka.spring.http.client.cache.internal |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultCachedEntrySuitabilityChecker.canCachedEntryBeUsed(org.springframework.http.HttpRequest request,
CacheEntry entry,
Date now) |
boolean |
CachedEntrySuitabilityChecker.canCachedEntryBeUsed(org.springframework.http.HttpRequest request,
CacheEntry entry,
Date now) |
protected org.springframework.http.client.ClientHttpResponse |
CachingHttpRequestInterceptor.createResponse(CacheEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
CacheEntry |
HttpResponseCacheImpl.getCacheEntry(org.springframework.http.HttpRequest request) |
CacheEntry |
HttpResponseCache.getCacheEntry(org.springframework.http.HttpRequest request)
Returns a cached response for the given request.
|
Copyright © 2014. All rights reserved.