update CacheRepository

This commit is contained in:
Glavo 2025-08-01 20:04:31 +08:00
parent f54a9e9ad1
commit 6463955afa

View File

@ -72,6 +72,7 @@ public class CacheRepository {
}
} else {
index = new LinkedHashMap<>();
indexFileLastModified = null;
}
} catch (IOException | JsonParseException e) {
LOG.warning("Unable to read index file", e);