From 197ebd4d1ff74b8167e8a8b31594d73061eed89d Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Thu, 18 Jun 2020 21:46:28 -0600 Subject: [PATCH] Update README.md Issue BAEL-3841 --- spring-caching/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-caching/README.md b/spring-caching/README.md index 52ddc4f3eb..705d998b1e 100644 --- a/spring-caching/README.md +++ b/spring-caching/README.md @@ -4,3 +4,4 @@ - [Spring Cache – Creating a Custom KeyGenerator](http://www.baeldung.com/spring-cache-custom-keygenerator) - [Cache Eviction in Spring Boot](https://www.baeldung.com/spring-boot-evict-cache) - [Using Multiple Cache Managers in Spring](https://www.baeldung.com/spring-multiple-cache-managers) +- [Testing @Cacheable on Spring Data Repositories](https://www.baeldung.com/spring-data-testing-cacheable)