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

com.dream.system.cache.CacheFactory Maven / Gradle / Ivy

package com.dream.system.cache;


/**
 * 缓存工厂创建类
 */
public interface CacheFactory {

    /**
     * 获取缓存处理类
     *
     * @return
     */
    Cache getCache();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy