Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.