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

org.onetwo.common.spring.cache.CacheKeys Maven / Gradle / Ivy

package org.onetwo.common.spring.cache;

public final class CacheKeys {
	
	private CacheKeys(){
	}
	
	/*********
	 * 静态缓存,不过时失效
	 */
	public static final String ETERNAL_CACHE = "eternalCache";
	

	/**********
	 * 方法缓存,过时会失效
	 */
	public static final String DYNAMIC_DATA_METHOD_CACHE = "dynamicDataMethodCache";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy