Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
EclipseLink/UserGuide/JPA/Basic JPA Development/Caching
< EclipseLink | UserGuide | JPA | Basic JPA Development
Revision as of 12:50, 5 February 2013 by Rick.sapir.oracle.com (Talk | contribs)
This page is obsolete. Please see "Understanding Caching" in the Understanding EclipseLink (Concepts Guide) for current information.
EclipseLink | |
Website | |
Download | |
Community | |
Mailing List • Forums • IRC • mattermost | |
Issues | |
Open • Help Wanted • Bug Day | |
Contribute | |
Browse Source |
Caching
EclipseLink offers a highly performant, robust and functional object cache. Caching is provided at both the persistence context level (L1), and a shared cache at the persistence unit level (L2). Caching is discussed in the following topics:
- Caching Overview
- Configuring Caching
- Shared, Isolated, Protected, Weak, and Read-only Cache
- Cache Type and Size
- Cache Expiration and Invalidation
- Clustering and Cache Coordination
- Database Event Notification and Oracle DCN/QCN
- Cache Indexes
- Query Results Cache
- Query Cache Options and In-memory Querying
- Cache API
- Cache Interceptors and External Caches