org.codehaus.httpcache4j.cache
Class Key
java.lang.Object
org.codehaus.httpcache4j.cache.Key
- All Implemented Interfaces:
- java.io.Serializable
public class Key
- extends java.lang.Object
- implements java.io.Serializable
- Version:
- $Revision: #5 $ $Date: 2008/09/15 $
- Author:
- Erlend Hamnaberg
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
create
public static Key create(java.net.URI uri,
Vary vary)
create
public static Key create(HTTPRequest request,
HTTPResponse response)
getURI
public java.net.URI getURI()
getVary
public Vary getVary()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2008-2009. All Rights Reserved.