Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roskenet/caching-demo
Caching in a Spring Boot application.
https://github.com/roskenet/caching-demo
Last synced: about 1 month ago
JSON representation
Caching in a Spring Boot application.
- Host: GitHub
- URL: https://github.com/roskenet/caching-demo
- Owner: roskenet
- Created: 2018-05-28T15:21:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T21:51:37.000Z (over 6 years ago)
- Last Synced: 2024-10-12T07:41:28.570Z (2 months ago)
- Language: Java
- Size: 56.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# caching-demo
Caching in a Spring Boot application.This is a very small demo how to use the @Cacheable annotation in a Spring Application.
Feel free to test different caching implementations.See: https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-caching.html
In the branch UsingRedis you'll find - Go Figure! - a Redis example.