Entity component instance and query caching

EAServer 4.0 supports instance and query caching for EJB entity beans and components of other types that use the entity design pattern. Caching can improve performance for entity components that use automatic persistence by minimizing the number of database select queries required for ejbLoad operations and finder method invocations. For more information, see Chapter 4, “EJB CMP Tuning,” in the EAServer Programmer’s Guide.