Difference between revisions of "EclipseLink/UserGuide/JPA/Basic JPA Development/Caching"
< EclipseLink | UserGuide | JPA | Basic JPA Development
(→Caching) |
(→Caching) |
||
Line 12: | Line 12: | ||
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Persistence Unit Properties|Cache Persistence Unit Properties]] | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Persistence Unit Properties|Cache Persistence Unit Properties]] | ||
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Cache_Annotation|@Cacheable and @Cache]] | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Cache_Annotation|@Cacheable and @Cache]] | ||
− | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Shared and Isolated|Shared | + | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Shared and Isolated|Shared, Isolated and Protected]] |
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Type and Size|Type and Size]] | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Type and Size|Type and Size]] | ||
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Expiration|Expiration and Invalidation]] | *[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Expiration|Expiration and Invalidation]] |
Revision as of 11:12, 7 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
- Cache Persistence Unit Properties
- @Cacheable and @Cache
- Shared, Isolated and Protected
- Type and Size
- Expiration and Invalidation
- Cache Indexes
- Coordination