This module provides an integration for JCache (JSR-107).
JCache is a standard API — you need a provider implementation at runtime. Common implementations include:
- Caffeine (via
com.github.ben-manes.caffeine:jcache) - Ehcache 3 (via
org.ehcache:ehcache) - Hazelcast
- Apache Ignite
- Infinispan
Please consult the documentation on how to install and use this integration in the Sentry Docs for Java.