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

kim.sesame.framework.cache.provider.IBatchCacheProvider Maven / Gradle / Ivy

The newest version!
package kim.sesame.framework.cache.provider;

import java.util.Map;



/**
* 批量加载缓存接口
*/
public interface IBatchCacheProvider extends ICacheProvider {
    
	/**
	 * 批量加载数据
	 * get
	 * @return Map
	 * @since: 0.6
	 */
    Map get();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy