org.infinispan.cdi.interceptor
Class DefaultCacheKey
java.lang.Object
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
DefaultCacheKey
public DefaultCacheKey(Object[] parameters)
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.