package com.jflyfox.system.verifycode; import com.jflyfox.util.cache.Cache; /** * @author :likai * @date :Created in 2020/6/12 10:33 * @description: */ public class VerifyCodeCache { private final static String cacheName = "newlpd-cmd:UserCache:"; private static Cache cache; }