Difference between revisions of "EclipseLink/UserGuide/JPA/Basic JPA Development/Caching"
< EclipseLink | UserGuide | JPA | Basic JPA Development
(→Caching) |
m |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | ---- | ||
+ | |||
+ | |||
+ | '''[[Image:Elug_draft_icon.png|Warning]] This page is obsolete. Please see "Understanding Caching" in the ''[http://www.eclipse.org/eclipselink/documentation/ Understanding EclipseLink (Concepts Guide)]'' for current information.''' | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
{{EclipseLink_UserGuide|info=y | {{EclipseLink_UserGuide|info=y | ||
|examples=y | |examples=y | ||
Line 11: | Line 20: | ||
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Caching Overview|Caching Overview]] | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Caching Overview|Caching Overview]] | ||
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Configuring|Configuring Caching]] | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Configuring|Configuring Caching]] | ||
− | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Shared and Isolated|Shared, Isolated | + | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Shared and Isolated|Shared, Isolated, Protected, Weak, and Read-only Cache]] |
− | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Type and Size|Type and Size]] | + | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Type and Size|Cache Type and Size]] |
− | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Expiration|Expiration and Invalidation]] | + | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Expiration|Cache Expiration and Invalidation]] |
− | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Coordination|Clustering and Coordination]] | + | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Coordination|Clustering and Cache 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 Cache]] | + | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Query Cache|Query Results Cache]] |
− | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Query Options|Query Options and In-memory Querying]] | + | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Query Options|Query Cache Options and In-memory Querying]] |
+ | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Cache API|Cache API]] | ||
+ | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Interceptors|Cache Interceptors and External Caches]] | ||
Line 25: | Line 36: | ||
|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}} |
Latest revision as of 13:50, 5 February 2013
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