@Immutable public class CacheEntry extends Object implements Serializable
| Constructor and Description |
|---|
CacheEntry(InMemoryClientHttpResponse response,
Date responseCreated,
Date responseExpiration) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.client.ClientHttpResponse |
getResponse() |
Date |
getResponseCreated() |
Date |
getResponseExpiration() |
public CacheEntry(InMemoryClientHttpResponse response, Date responseCreated, Date responseExpiration)
response - The response to cache.responseCreated - When the response was originally created.responseExpiration - When the response will expire.Copyright © 2014. All rights reserved.