Try Ehcache
diff --git a/pom.xml b/pom.xml
index 6466062..93f05ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,10 +159,9 @@
         </dependency>
         <!-- https://mvnrepository.com/artifact/net.openhft/chronicle-map -->
         <dependency>
-            <scope>compile</scope>
-            <groupId>net.openhft</groupId>
-            <artifactId>chronicle-map</artifactId>
-            <version>3.17.8</version>
+            <groupId>org.ehcache</groupId>
+            <artifactId>ehcache</artifactId>
+            <version>3.8.1</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file