Skip to content

Commit e697f34

Browse files
Updating readme file
1 parent 8c0b311 commit e697f34

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
## Spring Boot Cache Management and Statistics
2+
For complete understanding of Spring Boot Cache management and statistics you can checkout our blog.
3+
<br/><br/>**Blog Link:** [Spring Boot Cache Management and Statistics
4+
](https://bootcamptoprod.com/spring-boot-cache-management-and-statistics/)
5+
<br/>
6+
17
# spring-boot-cache-management
2-
A simple Spring Boot app showcasing how we can create our own endpoints to manage the cache
8+
A simple Spring Boot app showcasing how we can create our own endpoints to manage the cache and get cache statistics

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<version>0.0.1-SNAPSHOT</version>
1515

1616
<name>spring-boot-cache-management</name>
17-
<description>A simple Spring Boot app showcasing how we can create our own endpoints to manage the cache</description>
17+
<description>A simple Spring Boot app showcasing how we can create our own endpoints to manage the cache and get cache statistics</description>
1818

1919
<properties>
2020
<java.version>17</java.version>

0 commit comments

Comments
 (0)