JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
javax.cache.annotation
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
See Also:
CachePut