|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheMethodDetails | |
|---|---|
| javax.cache.interceptor | This package contains annotations for adding caching interceptors to POJOs. |
| Uses of CacheMethodDetails in javax.cache.interceptor |
|---|
| Subinterfaces of CacheMethodDetails in javax.cache.interceptor | |
|---|---|
interface |
CacheInvocationContext<A extends Annotation>
Runtime information about an intercepted method invocation for a method annotated with CacheResult, CachePut, CacheRemoveEntry, or CacheRemoveAll
Used with CacheResolver.resolveCache(CacheInvocationContext) to determine the Cache to use
at runtime for the method invocation. |
interface |
CacheKeyInvocationContext<A extends Annotation>
Runtime information about an intercepted method invocation for a method annotated with CacheResult, CachePut, or CacheRemoveEntry. |
| Methods in javax.cache.interceptor with parameters of type CacheMethodDetails | |
|---|---|
CacheResolver |
CacheResolverFactory.getCacheResolver(CacheMethodDetails<? extends Annotation> cacheMethodDetails)
Get the CacheResolver used for runtime resolution of the Cache used by the
CacheResult, CachePut, CacheRemoveEntry, or CacheRemoveAll
interceptors. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||