org.codehaus.httpcache4j.cache
Class Key
java.lang.Object
org.codehaus.httpcache4j.cache.Key
- All Implemented Interfaces:
- Serializable, ToJSON
public class Key
- extends Object
- implements Serializable, ToJSON
- Version:
- $Revision: #5 $ $Date: 2008/09/15 $
- Author:
- Erlend Hamnaberg
- See Also:
- Serialized Form
create
public static Key create(URI uri,
Vary vary)
create
public static Key create(HTTPRequest request,
HTTPResponse response)
getURI
public URI getURI()
getVary
public Vary getVary()
toString
public String toString()
- Overrides:
toString in class Object
toJSON
public String toJSON()
- Specified by:
toJSON in interface ToJSON
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2008-2011. All Rights Reserved.