public class CacheMethodDetailsImpl<A extends Annotation> extends Object implements javax.cache.annotation.CacheMethodDetails<A>
| Modifier and Type | Field and Description |
|---|---|
protected javax.interceptor.InvocationContext |
delegate |
| Constructor and Description |
|---|
CacheMethodDetailsImpl(javax.interceptor.InvocationContext delegate,
A cacheAnnotation,
String cacheName) |
| Modifier and Type | Method and Description |
|---|---|
Set<Annotation> |
getAnnotations() |
A |
getCacheAnnotation() |
String |
getCacheName() |
Method |
getMethod() |
public Method getMethod()
getMethod in interface javax.cache.annotation.CacheMethodDetails<A extends Annotation>public Set<Annotation> getAnnotations()
getAnnotations in interface javax.cache.annotation.CacheMethodDetails<A extends Annotation>public A getCacheAnnotation()
getCacheAnnotation in interface javax.cache.annotation.CacheMethodDetails<A extends Annotation>public String getCacheName()
getCacheName in interface javax.cache.annotation.CacheMethodDetails<A extends Annotation>Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.