javax.cache.annotation
Annotation Type CacheKeyParam


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface CacheKeyParam

Marks a method argument as part of the cache key. If no arguments are marked all arguments are used.

Since:
1.0
Author:
Rick Hightower
See Also:
CacheKeyInvocationContext.getKeyParameters()



Copyright © 2011. All Rights Reserved.