public class NamedCacheImpl extends Object implements NamedCache, Serializable
| Constructor and Description |
|---|
NamedCacheImpl(String value) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
annotationType() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
String |
value() |
public NamedCacheImpl(String value)
public String value()
public int hashCode()
hashCode in interface AnnotationhashCode in class Objectpublic boolean equals(Object o)
equals in interface Annotationequals in class Objectpublic String toString()
toString in interface AnnotationtoString in class Objectpublic Class<? extends Annotation> annotationType()
annotationType in interface Annotation