Uses of Interface
javax.cache.annotation.CacheInvocationContext

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

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 the CacheInvocationContext.
 



Copyright © 2013. All Rights Reserved.