mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 23:27:31 +00:00
Added #1875 Remove no longer accessed items from cache after certain amount of time
This commit is contained in:
@@ -31,7 +31,7 @@ import java.util.logging.Logger;
|
||||
|
||||
public class AbstractDocs {
|
||||
|
||||
protected static Cache<String, String> docsCache = Cache.getInstance(false, true, "abstractDocsCache");
|
||||
protected static Cache<String, String> docsCache = Cache.getInstance(false, true, "abstractDocsCache", false);
|
||||
|
||||
protected static String htmlFooter() {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
||||
Reference in New Issue
Block a user