
org.eweb4j.cache.SingleBeanCache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eweb4j-all Show documentation
Show all versions of eweb4j-all Show documentation
easy web framework for java, full-stack
The newest version!
package org.eweb4j.cache;
import java.util.HashMap;
import org.eweb4j.config.Log;
import org.eweb4j.config.LogFactory;
/**
* 全局单件对象缓存
*
* @author cfuture.aw
* @since v1.a.0
*
*/
public class SingleBeanCache {
private static final HashMap
© 2015 - 2025 Weber Informatics LLC | Privacy Policy