
io.split.storages.SplitCacheCommons Maven / Gradle / Ivy
package io.split.storages;
import java.util.Set;
public interface SplitCacheCommons {
long getChangeNumber();
Set getSegments();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy