wttools.protocols.cache
Class CacheKey

java.lang.Object
  |
  +--wttools.protocols.cache.CacheKey
All Implemented Interfaces:
java.io.Serializable

public class CacheKey
extends java.lang.Object
implements java.io.Serializable

CacheKey.java Created: Tue Oct 30 18:12:41 2001

Version:
$Revision: 1.1 $
Author:
Artur Hefczyc
See Also:
Serialized Form

Field Summary
protected  java.lang.String key
           
 
Constructor Summary
CacheKey(java.lang.String key)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected java.lang.String key
Constructor Detail

CacheKey

public CacheKey(java.lang.String key)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © GNU, wttools developers Team.