| 限定符和类型 | 字段和说明 |
|---|---|
byte[] |
data
The data returned from cache.
|
String |
etag
ETag for cache coherency.
|
long |
lastModified
The last modified date for the requested object.
|
Map<String,String> |
responseHeaders
Immutable response headers as received from server; must be non-null.
|
long |
serverDate
Date of this response as reported by the server.
|
long |
softTtl
Soft TTL for this record.
|
long |
ttl
TTL for this record.
|
| 构造器和说明 |
|---|
Entry() |
public byte[] data
public String etag
public long serverDate
public long lastModified
public long ttl
public long softTtl
Copyright © 2018. All rights reserved.