- Java EE 8 Cookbook
- Elder Moraes
- 47字
- 2025-02-17 14:53:40
Using EJB and JPA for data caching
Knowing how to build a simple and local cache for your application is an important skill. It may have a big impact on some data access performance and it is quite easy to do.
This recipe will show you how.