Uses of Interface
javax.cache.interceptor.CacheInvocationContext

Packages that use CacheInvocationContext
javax.cache.interceptor This package contains annotations for adding caching interceptors to POJOs. 
 

Uses of CacheInvocationContext in javax.cache.interceptor
 

Subinterfaces of CacheInvocationContext in javax.cache.interceptor
 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 CacheInvocationContext
<K,V> Cache<K,V>
CacheResolver.resolveCache(CacheInvocationContext<Annotation> cacheInvocationContext)
          Resolve the Cache to use for this CacheInvocationContext.
 



Copyright © 2011. All Rights Reserved.