refactor: implement isFreeing on cache

[ci skip]

Closes #2118
This commit is contained in:
Jindra Petřík
2026-03-04 18:55:30 +01:00
parent cde7b927ef
commit 4932cbd2fa

View File

@@ -266,7 +266,7 @@ public class Cache<K, V> implements Freed {
@Override
public boolean isFreeing() {
throw new UnsupportedOperationException("Not supported yet.");
return false;
}
@Override