eXo Kernel :: Component :: Cache Service 2.5.0-Alpha4

org.exoplatform.services.cache.concurrent
Class Item

java.lang.Object
  extended by org.exoplatform.services.cache.concurrent.Item

public class Item
extends Object

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
Item()
           
 
Method Summary
 boolean equals(Object obj)
          This is final on purpose, we rely on object equality in the concurrent has
 int hashCode()
          This is final on purpose, we rely on object equality in the concurrent has
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Item

public Item()
Method Detail

equals

public final boolean equals(Object obj)
This is final on purpose, we rely on object equality in the concurrent has

Overrides:
equals in class Object

hashCode

public final int hashCode()
This is final on purpose, we rely on object equality in the concurrent has

Overrides:
hashCode in class Object

eXo Kernel :: Component :: Cache Service 2.5.0-Alpha4

Copyright © 2014 eXo Platform SAS. All Rights Reserved.