7 lines
188 B
Plaintext
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.
|