public class FileCacheKey extends Object implements Cacheable
| Modifier and Type | Field and Description |
|---|---|
protected String |
host |
protected String |
uri |
| Modifier | Constructor and Description |
|---|---|
protected |
FileCacheKey() |
protected |
FileCacheKey(String host,
String uri) |
| Modifier and Type | Method and Description |
|---|---|
static FileCacheKey |
create(String host,
String uri) |
boolean |
equals(Object obj) |
protected String |
getHost() |
protected String |
getUri() |
int |
hashCode() |
void |
recycle() |
public static FileCacheKey create(String host, String uri)
protected String getHost()
protected String getUri()
Copyright © 2017 Oracle Corporation. All Rights Reserved.