Files
Jens Schauder 0bdca5b05c Adds an example how to use caching.
Original pull request #630
2021-10-01 15:22:24 +02:00
..
2021-10-01 15:22:24 +02:00
2021-10-01 15:22:24 +02:00

== Spring Data JDBC How To cache.

Spring Data JDBC doesn't include any caching for entities.
But it is trivially combined with Springs Cache abstraction.

This project demonstrates this.