JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
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
Author:
Eric Dalquist, Rick Hightower
See Also:
CachePut