Package io.split.storages
Interface SplitCache
-
- All Superinterfaces:
SplitCacheCommons,SplitCacheConsumer,SplitCacheProducer
- All Known Implementing Classes:
InMemoryCacheImp
public interface SplitCache extends SplitCacheConsumer, SplitCacheProducer
-
-
Method Summary
-
Methods inherited from interface io.split.storages.SplitCacheCommons
getChangeNumber, getSegments
-
Methods inherited from interface io.split.storages.SplitCacheConsumer
fetchMany, get, getAll, getNamesByFlagSets, splitNames, trafficTypeExists
-
Methods inherited from interface io.split.storages.SplitCacheProducer
clear, decreaseTrafficType, increaseTrafficType, kill, putMany, remove, setChangeNumber, update
-
-