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

com.holmos.cache.store.operation.CacheOperation Maven / Gradle / Ivy

There is a newer version: 1.0.2u10
Show newest version
package com.holmos.cache.store.operation;

/**
 * 缓存操作
 * 
 * @author [email protected](吴银龙)
 * */
public interface CacheOperation {

	/**
	 * 缓存操作开始
	 * 
	 * */
	public void begin();
	
	
	
	/**
	 * 缓存操作结束
	 * 
	 * */
	public void end();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy