com.atlassian.cache.impl
Class ReferenceKey

java.lang.Object
  extended by com.atlassian.cache.impl.ReferenceKey
All Implemented Interfaces:
Serializable

public class ReferenceKey
extends Object
implements Serializable

Class used for type safe handling of lazy references in our cache implementation.

Since:
2.0
See Also:
Serialized Form

Field Summary
static ReferenceKey KEY
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY

public static final ReferenceKey KEY
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2014 Atlassian. All Rights Reserved.