
com.alicp.jetcache.template.CacheMonitorInstaller Maven / Gradle / Ivy
The newest version!
/**
* Created on 2019/6/7.
*/
package com.alicp.jetcache.template;
import com.alicp.jetcache.Cache;
import com.alicp.jetcache.CacheManager;
/**
* @author huangli
*/
public interface CacheMonitorInstaller {
void addMonitors(CacheManager cacheManager, Cache cache, QuickConfig quickConfig);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy