Convert more Guava caches to Caffeine (#1603)

* Convert more Guava caches to Caffeine
This commit is contained in:
Ben McIlwain 2022-04-26 11:26:51 -04:00 committed by GitHub
parent 60a011c593
commit 0dfabe1c64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
59 changed files with 196 additions and 170 deletions

View file

@ -51,6 +51,7 @@ artifacts {
dependencies {
def deps = rootProject.dependencyMap
compile deps['com.github.ben-manes.caffeine:caffeine']
compile deps['com.google.code.findbugs:jsr305']
compile deps['com.google.guava:guava']
compile deps['javax.inject:javax.inject']