Uses of Interface
javax.cache.annotation.CacheInvocationParameter

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

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 one parameter is the value to be cached.
 



Copyright © 2011. All Rights Reserved.