Difference between revisions of "EclipseLink/UserGuide/JPA/Basic JPA Development/Caching"
< EclipseLink | UserGuide | JPA | Basic JPA Development
(→Caching) |
(→Caching) |
||
Line 15: | Line 15: | ||
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Expiration|Expiration and Invalidation]] | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Expiration|Expiration and Invalidation]] | ||
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Coordination|Clustering and Coordination]] | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Coordination|Clustering and Coordination]] | ||
− | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/DatabaseEvents|Database Event Notification]] | + | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/DatabaseEvents|Database Event Notification and Oracle DCN/QCN]] |
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Indexes|Cache Indexes]] | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Indexes|Cache Indexes]] | ||
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Query Cache|Query Results Cache]] | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Query Cache|Query Results Cache]] | ||
Line 26: | Line 26: | ||
|up=[[EclipseLink/UserGuide/JPA/Basic_JPA_Development|Basic JPA Development]] | |up=[[EclipseLink/UserGuide/JPA/Basic_JPA_Development|Basic JPA Development]] | ||
|next=[[EclipseLink/UserGuide/JPA/Basic_JPA_Development/Caching/Caching Overview|Caching Overview]] | |next=[[EclipseLink/UserGuide/JPA/Basic_JPA_Development/Caching/Caching Overview|Caching Overview]] | ||
− | |version=2. | + | |version=2.4 DRAFT}} |
Revision as of 11:37, 23 May 2012
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
- Type and Size
- Expiration and Invalidation
- Clustering and Coordination
- Database Event Notification and Oracle DCN/QCN
- Cache Indexes
- Query Results Cache
- Query Options and In-memory Querying
- Cache API