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

cn.keepbx.jpom.event.ICacheTask Maven / Gradle / Ivy

package cn.keepbx.jpom.event;

/**
 * 刷新缓存
 *
 * @author bwcx_jzy
 * @since 2023/3/20
 */
public interface ICacheTask {

    /**
     * 刷新缓存
     */
    void refreshCache();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy