package com.ruoyi.web.tool; import java.util.*; /** * 缓存工具类 */ public class CacheUtil { public static Map markets = new HashMap<>(); public static Set securitiesIds = new HashSet<>(); public static Map threads = new HashMap<>(); public static boolean tradingDay = false; }