by Viktor Gamov
Thursday, 09 June 2016 16:30 @ Room 2
Do you need more performance from your Java applications? Is latency causing you a stress? If so, let’s look at JCache, the Java caching API. JCache (JSR 107) is a vendor-neutral caching specification for Java. No need for proprietary non-standard caching solutions in Java land anymore. This code-driven session demonstrates how to integrate JCache into your Java applications.
In this talk, Viktor will cover:
- How distributed caching works in general.
- Capabilities of JCache API.
- Use cases, best practices and the future of JCache.
As a bonus, you will see how JCache support already integrated into many popular open source frameworks!