Skip to content

Anupkp19/Caching-Repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1.Implemented a simple online bookstore application using Redis caching in Java Spring Boot.
2.The application has the @CacheEvict annotation to invalidate the cache entries when a book or an author is created, updated, or deleted.
3.The application has the @CachePut annotation to update the cache entries when a book or an author is updated.
4.The application uses the RedisCacheConfiguration class to set the TTL (timeto live) value for the cache entries to 10 minutes.
5.The application uses the RedisCacheManagerBuilderCustomizer class to setthe cache names for the book and author caches to “books” and “authors”,respectively.

About

A caching Implementation with java springboot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages