This commit is contained in:
Chris Lu
2020-07-15 13:49:06 -07:00
parent 22f8aae028
commit 86c8137546
9 changed files with 10 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ import java.util.concurrent.TimeUnit;
public class ChunkCache {
private final Cache<String, byte[]> cache;
private Cache<String, byte[]> cache = null;
public ChunkCache(int maxEntries) {
if (maxEntries == 0) {