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

com.fhs.trans.manager.CacheManager Maven / Gradle / Ivy

There is a newer version: 3.0.6
Show newest version
package com.fhs.trans.manager;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import java.io.Serializable;

/**
 * 缓存管理器
 *
 * @author user
 * @date 2020-05-19 11:16:06
 */
public class CacheManager implements Serializable {

    private static final long serialVersionUID = 1L;

    public static final Logger LOGGER = LoggerFactory.getLogger(CacheManager.class);


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy