public class Key extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static Key |
create(HTTPRequest request,
HTTPResponse response) |
static Key |
create(URI uri,
Vary vary) |
boolean |
equals(Object o) |
URI |
getURI() |
Vary |
getVary() |
int |
hashCode() |
static Key |
parse(Properties properties) |
Properties |
toProperties() |
String |
toString() |
public static Key create(HTTPRequest request, HTTPResponse response)
public URI getURI()
public Vary getVary()
public static Key parse(Properties properties)
public Properties toProperties()
Copyright © 2008-2013. All Rights Reserved.