Codemash 2017
Written by  Viktor Gamov -
Table of Contents
Caching Made Bootiful
Grab the code
You can find code sample is following GH repository
Each branch represents parts of the talk:
-
00-Inception
- starting point of this talk, introduction of a slow service -
01-EnableCaching
- we’re trying to fix slowness by enabling Spring Caching Abstraction -
02-EnableEmbeddedDistributedCaching
- go distributed with embedded Hazelcast cluster. -
02-EnableClientClusterDistributedCaching
- distributed client-cluster topology -
03-EnterJCache
- with standard API for caching we can remove bunch of code and enable nice features like entry listeners