Skip to content

Commit

Permalink
fix #197 - mention triava as JCache implementation
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <mail@shoss.de>
  • Loading branch information
sebhoss committed Jan 8, 2017
1 parent d5d9c2c commit f61eefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ In order to use this project, declare the following inside your POM:
----

Replace `${version.memoization}` with the pass:[<a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3Ade.xn--ho-hia.memoization">latest release</a>]. 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].
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], link:http://www.alachisoft.com/tayzgrid/[TayzGrid] and link:https://github.com/trivago/triava[triava].
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], link:http://www.cacheonix.org/[Cacheonix] 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
Expand Down

0 comments on commit f61eefb

Please sign in to comment.