@Contract(threading=IMMUTABLE) public final class HttpCacheStorageEntry extends Object implements Serializable
HttpCacheEntry along with its key.| Constructor and Description | 
|---|
| HttpCacheStorageEntry(String key,
                     HttpCacheEntry content) | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpCacheEntry | getContent() | 
| String | getKey() | 
| String | toString() | 
public HttpCacheStorageEntry(String key, HttpCacheEntry content)
public String getKey()
public HttpCacheEntry getContent()
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.