org.infinispan.cdi.interceptor
Class DefaultCacheKey

java.lang.Object
  extended by org.infinispan.cdi.interceptor.DefaultCacheKey
All Implemented Interfaces:
Serializable, javax.cache.annotation.CacheKey

public class DefaultCacheKey
extends Object
implements javax.cache.annotation.CacheKey

Default CacheKey implementation.

Author:
Kevin Pollet (C) 2011 SERLI
See Also:
Serialized Form

Constructor Summary
DefaultCacheKey(Object[] parameters)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultCacheKey

public DefaultCacheKey(Object[] parameters)
Method Detail

equals

public boolean equals(Object o)
Specified by:
equals in interface javax.cache.annotation.CacheKey
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface javax.cache.annotation.CacheKey
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.