Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/UserGuide/JPA/Basic JPA Development/Caching

< EclipseLink‎ | UserGuide‎ | JPA‎ | Basic JPA Development
Revision as of 15:15, 3 May 2012 by Unnamed Poltroon (Talk) (Caching)


Eclipselink-logo.gif
EclipseLink
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

Elug example icon.png Examples

Caching

The EclipseLink cache is an in-memory repository that stores recently read or written objects based on class and Id values. Caching is discussed in the following topics:


Eclipselink-logo.gif
Version: 2.2.0 DRAFT
Other versions...

Back to the top