public class CacheImpl extends Object implements Cache
| Constructor and Description |
|---|
CacheImpl(Cache value) |
CacheImpl(CacheType value) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
annotationType() |
boolean |
equals(Object o) |
int |
hashCode() |
CacheType |
value() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waittoStringpublic CacheImpl(Cache value)
public CacheImpl(CacheType value)
public CacheType value()
public int hashCode()
hashCode in interface AnnotationhashCode in class Objectpublic boolean equals(Object o)
equals in interface Annotationequals in class Objectpublic Class<? extends Annotation> annotationType()
annotationType in interface AnnotationCopyright © 2014 JBoss by Red Hat. All Rights Reserved.