ObjectDB ObjectDB

javax.jdo.annotations.Cacheable - JDO annotation

javax.jdo.annotations
Annotation Cacheable

Target:
Classes and fields (including property get methods)
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:
JDO 2.2
String value
Default value:
"true"
Since:
JDO 2.
Default value:
"true"
Since:
JDO 2.2