Object
DB
Object
DB
ObjectDB
About ObjectDB
Get ObjectDB
Support
Manual
Quick Tour
Entity Classes
Using JPA
JPA Queries
Tools
and Utilities
Configuration
API
JPA
Reference
JDO
Reference
Tutorials
General JPA Tutorials
Web App JPA Tutorials
Admin
Home
»
JDO Reference
»
Annotations
»
Miscellaneous
»
Cacheable
JDO Reference
JDOHelper
PersistenceManagerFactory
PersistenceManager
Transaction
Query
Extent
Annotations
Class Modifiers
Field Modifiers
Index Definition
Fetch Settings
Miscellaneous
Cacheable
Extension
Extensions
Queries
Query
Sequence
SequenceStrategy
IdGeneratorStrategy
Mapping (ORM)
Callbacks
Listeners
Predefined ID Classes
Miscellaneous
Exceptions
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
< Miscellaneous
^ Miscellaneous
Extension >