Uses of Interface
javax.cache.annotation.CacheInvocationParameter

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

Uses of CacheInvocationParameter in javax.cache.annotation
 

Methods in javax.cache.annotation that return CacheInvocationParameter
 CacheInvocationParameter[] CacheInvocationContext.getAllParameters()
          Returns a clone of the array of all method parameters.
 CacheInvocationParameter[] CacheKeyInvocationContext.getKeyParameters()
          Returns a clone of the array of all method parameters to be used by the CacheKeyGenerator in creating a CacheKey.
 CacheInvocationParameter CacheKeyInvocationContext.getValueParameter()
          When a method is annotated with CachePut this is the parameter annotated with CacheValue
 



Copyright © 2013. All Rights Reserved.