use caffeine for building a cache

This commit is contained in:
Armin Schrenk
2025-01-14 19:16:46 +01:00
parent a6c60ac5d0
commit fc709eb700
3 changed files with 12 additions and 6 deletions

View File

@@ -51,6 +51,7 @@ open module org.cryptomator.desktop {
requires jakarta.inject;
requires static javax.inject;
requires java.compiler;
requires com.github.benmanes.caffeine;
uses org.cryptomator.common.locationpresets.LocationPresetsProvider;