use of com.creditease.uav.cache.api.CacheManager in project uavstack by uavorg.
the class DoTestLoadNCCache method main.
public static void main(String[] args) {
SystemLogger.init("DEBUG", true, 5);
CacheManager.build("localhost:6379", 5, 5, 5);
CacheManager cm = CacheManager.instance();
// testLoadAllNCInfo(cm);
// cleanAllNCInfo(cm);
pushEventoNC();
}
Aggregations