Introduction
Extremescale is a popular in-memory data grid provider. It also implements the JCache specification and can be used as a caching layer of the nemesis platform. This article will talk about integrating Gemfire on your website.
Integration
The integration with the Nemesis platform is pretty straight-forward. Upon adding the module in the classpath,
<dependency>
<groupId>io.nemesis.platform.module.cache</groupId>
<artifactId>nemesis-module-extremescale</artifactId>
</dependency>
you will have all the Extremescale dependencies included, as well as some configuration properties to automatically
configure the CacheManager
for you.