org.eclipse.higgins.cache.api.key
Class CacheKey

java.lang.Object
  extended byorg.eclipse.higgins.cache.api.key.CacheKey
Direct Known Subclasses:
UserCacheKey

public class CacheKey
extends Object

Author:
Alexander Yuhimenko

Constructor Summary
CacheKey(String key)
           
 
Method Summary
 boolean equals(Object anObject)
           
 Serializable getKey()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheKey

public CacheKey(String key)
Parameters:
key -
Method Detail

getKey

public Serializable getKey()

equals

public boolean equals(Object anObject)
Parameters:
anObject -
Returns:
See Also:
String.equals(java.lang.Object)

hashCode

public int hashCode()
Returns:
See Also:
String.hashCode()