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

com.gitee.apanlh.util.cache.local.api.CacheProvider Maven / Gradle / Ivy

There is a newer version: 2.0.0.2
Show newest version
package com.gitee.apanlh.util.cache.local.api;

/**	
 * 	缓存额外基础接口
 * 	
 * 	@author Pan
 */
public interface CacheProvider {
	
	/**	
	 * 	获取命中次数
	 * 	
	 * 	@author Pan
	 * 	@return	int
	 */
	int getHit();
	
//	/** 是否满缓存池 */
//	boolean hasFull();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy