Caffeine is a modern cache-library, which is based on Guavas caches API but with improvements and (according to themself) a near optimal cache eviction strategy.
The first step by defining it as dependency was made in #161. We should replace all remaining occurrences of the Guavas CacheBuilder with the cache builder provided by Caffeine.
Caffeine is a modern cache-library, which is based on Guavas caches API but with improvements and (according to themself) a near optimal cache eviction strategy.
The first step by defining it as dependency was made in #161. We should replace all remaining occurrences of the Guavas
CacheBuilder
with the cache builder provided by Caffeine.