Introduction
Infinispan is a popular distributed in-memory data store 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 infinispan 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-infinispan</artifactId>
</dependency>
you will have all the Infinispan dependencies included, as well as some configuration properties to automatically configure the `CacheManager` for you.