1
13693261870
2025-01-14 ef225d856cdaf8c5f5b7c08db4b1a3e01ffca90f
se-modules/se-system/src/main/java/com/se/system/utils/CaffeineUtils.java
@@ -6,12 +6,14 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.cloud.context.config.annotation.RefreshScope;
import java.math.BigInteger;
import java.security.MessageDigest;
import java.util.List;
import java.util.concurrent.TimeUnit;
@RefreshScope
@SuppressWarnings("ALL")
public class CaffeineUtils {
    static Integer cacheTime;