One of the most useful feature provided by ORM libraries is a second-level cache, usually called L2. L2 object cache reduces database access for entities and their relationships. It is…
Java, Spring, Kotlin, microservices, Kubernetes, containers
One of the most useful feature provided by ORM libraries is a second-level cache, usually called L2. L2 object cache reduces database access for entities and their relationships. It is…
I previously introduced some articles about Hazelcast - an open source in memory data grid solution. In the first of them JPA caching with Hazelcast, Hibernate and Spring Boot I described…
Preface In-Memory Data Grid is an in-memory distributed key-value store that enables caching data using distributed clusters. Do not confuse this solution with in-memory or nosql databases. In most cases…