Introduction
The Java Caching System is a distributed caching system written in Java. It is intended to speed up applications by providing a means to manage cached data of various dynamic natures.
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-jcs</artifactId>
</dependency>
you will have all the JCS dependencies included, as well as some configuration properties to automatically
configure the CacheManager
. For further details on the implementation, please consult the JCS documentation.