JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
javax.jdo.annotations
Cacheable
Contents
Description
Optional Element Summary
Element Details
value
Hide sidebar
Show sidebar
Annotation Type Cacheable
@Target
({
TYPE
,
FIELD
,
METHOD
})
@Retention
(
RUNTIME
)
public @interface
Cacheable
Annotation to specify that this class/field/property is cacheable in a Level 2 cache. This corresponds to the xml attribute "cacheable" of the "class", "field" and "property" elements.
Since:
2.2
Version:
2.2
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
value
Element Details
value
String
value
Default:
"true"