public class FileCacheKey extends java.lang.Object implements Cacheable
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
host |
protected java.lang.String |
uri |
| Modifier | Constructor and Description |
|---|---|
protected |
FileCacheKey() |
protected |
FileCacheKey(java.lang.String host,
java.lang.String uri) |
protected FileCacheKey()
protected FileCacheKey(java.lang.String host,
java.lang.String uri)
public static FileCacheKey create(java.lang.String host, java.lang.String uri)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectprotected java.lang.String getHost()
protected java.lang.String getUri()
Copyright © 2014 Oracle Corporation. All Rights Reserved.