There are various cache strategies like: Cache Aside, Read Through, Write Through, Write Behind, Write Around.
When Redis is used with spring boot using spring-boot-starter-data-redis
dependency, what is the default Cache Strategy. And how can this be changed. Any reference will be greatly appreciated.