Files
spring-data-examples/jdbc/howto/caching/README.adoc
Jens Schauder 0bdca5b05c Adds an example how to use caching.
Original pull request #630
2021-10-01 15:22:24 +02:00

7 lines
188 B
Plaintext

== 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.