From 09a5318051d519229c883012e502993a1f51ce21 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Ho=C3=9F?= Date: Wed, 3 Aug 2016 19:31:49 +0200 Subject: [PATCH] mention chronicle-map MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian Hoß --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 5ed60bf..e28ceeb 100755 --- a/README.asciidoc +++ b/README.asciidoc @@ -461,7 +461,7 @@ In order to use this project, declare the following inside your POM: Replace `${version.memoization}` with the pass:[latest release]. This project follows the link:http://semver.org/[semantic versioning guidelines]. Popular JCache implementations are link:http://www.ehcache.org/[Ehcache], link:http://commons.apache.org/proper/commons-jcs/[Commons JCS], link:https://hazelcast.org/[Hazelcast], link:http://infinispan.org/[Infinispan], link:https://ignite.apache.org/[Apache Ignite] and link:http://www.alachisoft.com/tayzgrid/[TayzGrid]. -Use link:https://github.com/jhalterman/expiringmap[ExpiringMap], link:https://github.com/ben-manes/concurrentlinkedhashmap[ConcurrentLinkedHashMap] or other `ConcurrentMap` implementations as alternatives to the default `ConcurrentHashMap` used in the `MapMemoize` factory. Caches like link:http://cache2k.org/[cache2k] can be used together with both `JCacheMemoize` as a JSR-107 cache and `MapMemoize` by calling `cache.asMap()`. +Use link:https://github.com/jhalterman/expiringmap[ExpiringMap], link:https://github.com/ben-manes/concurrentlinkedhashmap[ConcurrentLinkedHashMap], link:https://github.com/OpenHFT/Chronicle-Map[Chronicle-Map] or other `ConcurrentMap` implementations as alternatives to the default `ConcurrentHashMap` used in the `MapMemoize` factory. Caches like link:http://cache2k.org/[cache2k] can be used together with both `JCacheMemoize` as a JSR-107 cache and `MapMemoize` by calling `cache.asMap()`. === Compatibility -- 2.11.4.GIT