JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
javax.cache.annotation
CacheValue
Contents
Description
Hide sidebar
Show sidebar
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