javax.cache.interceptor
Annotation Type CacheValue


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

Marks a method argument as the object to cache for a method annotated with CachePut

Since:
1.0
Author:
Eric Dalquist, Rick Hightower
See Also:
CachePut



Copyright © 2011. All Rights Reserved.