@@ -61,6 +61,7 @@ Powering infrastructure near you:
61
61
* [ HBase] [ hbase ] : A distributed, scalable, big data store
62
62
* [ Apache Solr] [ solr ] : Blazingly fast enterprise search
63
63
* [ Infinispan] [ infinispan ] : Distributed in-memory data grid
64
+ * [ Redisson] [ redisson ] : Ultra-fast in-memory data grid
64
65
* [ OpenWhisk] [ open-whisk ] : Serverless cloud platform
65
66
* [ Corfu] [ corfu ] : A cluster consistency platform
66
67
* [ Grails] [ grails ] : Groovy-based web framework
@@ -81,11 +82,11 @@ Powering infrastructure near you:
81
82
Download from [ Maven Central] [ maven ] or depend via Gradle:
82
83
83
84
``` gradle
84
- compile 'com.github.ben-manes.caffeine:caffeine:2.8.1 '
85
+ compile 'com.github.ben-manes.caffeine:caffeine:2.8.2 '
85
86
86
87
// Optional extensions
87
- compile 'com.github.ben-manes.caffeine:guava:2.8.1 '
88
- compile 'com.github.ben-manes.caffeine:jcache:2.8.1 '
88
+ compile 'com.github.ben-manes.caffeine:guava:2.8.2 '
89
+ compile 'com.github.ben-manes.caffeine:jcache:2.8.2 '
89
90
```
90
91
91
92
See the [ release notes] [ releases ] for details of the changes.
@@ -136,6 +137,7 @@ Snapshots of the development version are available in
136
137
[ akka-http ] : https://doc.akka.io/docs/akka-http/current/common/caching.html
137
138
[ micronaut ] : https://docs.micronaut.io/latest/guide/index.html#caching
138
139
[ play ] : https://www.playframework.com/documentation/latest/JavaCache
140
+ [ redisson ] : https://github.com/redisson/redisson
139
141
[ accumulo ] : https://accumulo.apache.org
140
142
[ dropwizard ] : https://www.dropwizard.io
141
143
[ grails ] : https://grails.org
0 commit comments