Version: 3.0.2 Update

This commit is contained in:
gh0stkey
2024-05-12 19:02:38 +08:00
parent 3363ca25ed
commit 4da3d3f42d
20 changed files with 140 additions and 130 deletions

View File

@@ -1,6 +1,7 @@
package hae.cache;
import java.util.*;
import java.util.HashMap;
import java.util.Map;
public class CachePool {
private static final Map<String, Map<String, Map<String, Object>>> cache = new HashMap<>();