Uses of Interface
javax.cache.annotation.CacheInvocationContext

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

Uses of CacheInvocationContext in javax.cache.annotation
 

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



Copyright © 2011. All Rights Reserved.