javax.cache.annotation
Annotation Type CacheValue


@Target(value=PARAMETER)
@Retention(value=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:
CachePut



Copyright © 2012. All Rights Reserved.