Skip to content

mvpjava/spring-caffeine-cache-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spring-caffeine-cache-tutorial

Tutorial code for Spring Caching with Caffeine Cache with the help of Spring Boot.

Teaches you how to setup Spring Caching with Caffeine Cache with the help of Spring Boot. We start by taking a look at the configuration needed to setup Spring Caching and then then quickly dive into Caffeine Cache specifics; Its features, configuration properties, different ways to configure it via JavaConfig and go into why its a solid choice over other local cache implementations available. The tutorial also provides a high level overview of the Spring Cache annotations @Cacheable, @CachePut, @CacheEvict, @Caching and @CacheConfig.

Note: You will need a default instance of mongodb running (with out of the box config) for this project to run.

This tutorial comes from my MVP Java YouTube Channel which is titled "Spring Caching with Caffeine Cache" https://youtu.be/3McRajvmdlw

=================================

Follow me ...

Website: http://www.mvpjava.com

Google+ : http://bit.ly/1Jsnnfj

Facebook: https://www.facebook.com/mvpjava

Twitter : https://twitter.com/mvpjava

About

Tutorial code for Spring Caching with Caffeine Cache with the help of Spring Boot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages