All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.houbbbbb.sso.cons.SSOPCacheConstants Maven / Gradle / Ivy

The newest version!
package com.github.houbbbbb.sso.cons;

import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;

/**
 * @todo:
 * @author: hbw
 * @date: 2020/7/17
 **/
public class SSOPCacheConstants {
    public static final Map SSO_CACHE = new ConcurrentHashMap<>();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy