@@ -35,7 +35,7 @@ Caffeine provides flexible construction to create a cache with a combination of
3535 * keys automatically wrapped in [ weak references] [ reference ]
3636 * values automatically wrapped in [ weak or soft references] [ reference ]
3737 * [ notification] [ listener ] of evicted (or otherwise removed) entries
38- * [ writes propagated] [ writer ] to an external resource
38+ * [ writes propagated] [ compute ] to an external resource
3939 * accumulation of cache access [ statistics] [ statistics ]
4040
4141In addition, Caffeine offers the following extensions:
@@ -82,11 +82,11 @@ Powering infrastructure near you:
8282Download from [ Maven Central] [ maven ] or depend via Gradle:
8383
8484``` gradle
85- implementation 'com.github.ben-manes.caffeine:caffeine:2.9 .0'
85+ implementation 'com.github.ben-manes.caffeine:caffeine:3.0 .0'
8686
8787// Optional extensions
88- implementation 'com.github.ben-manes.caffeine:guava:2.9 .0'
89- implementation 'com.github.ben-manes.caffeine:jcache:2.9 .0'
88+ implementation 'com.github.ben-manes.caffeine:guava:3.0 .0'
89+ implementation 'com.github.ben-manes.caffeine:jcache:3.0 .0'
9090```
9191
9292See the [ release notes] [ releases ] for details of the changes.
@@ -105,7 +105,7 @@ Snapshots of the development version are available in
105105[ refresh ] : https://github.com/ben-manes/caffeine/wiki/Refresh
106106[ reference ] : https://github.com/ben-manes/caffeine/wiki/Eviction#reference-based
107107[ listener ] : https://github.com/ben-manes/caffeine/wiki/Removal
108- [ writer ] : https://github.com/ben-manes/caffeine/wiki/Writer
108+ [ compute ] : https://github.com/ben-manes/caffeine/wiki/Compute
109109[ statistics ] : https://github.com/ben-manes/caffeine/wiki/Statistics
110110[ simulator ] : https://github.com/ben-manes/caffeine/wiki/Simulator
111111[ guava-adapter ] : https://github.com/ben-manes/caffeine/wiki/Guava
0 commit comments