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 service01-EnableCaching- we’re trying to fix slowness by enabling Spring Caching Abstraction02-EnableEmbeddedDistributedCaching- go distributed with embedded Hazelcast cluster.02-EnableClientClusterDistributedCaching- distributed client-cluster topology03-EnterJCache- with standard API for caching we can remove bunch of code and enable nice features like entry listeners