Annotation Type CacheValue


@Target(PARAMETER) @Retention(RUNTIME) public @interface CacheValue
Marks the parameter to be cached for a method annotated with CachePut.
Since:
1.0
Author:
Eric Dalquist, Rick Hightower
See Also: