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

com.frameworkset.platform.cache.CachManagerInterface Maven / Gradle / Ivy

package com.frameworkset.platform.cache;

/**
 * 缓冲器初始化程序
 * 

Title: CachManagerInterface

* *

Description:

* *

Copyright: Copyright (c) 2006

* *

Company: 三一集团

* @Date 2007-5-18 10:28:18 * @author biaoping.yin * @version 1.0 */ public interface CachManagerInterface extends java.io.Serializable{ public void init(); public void destroy(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy