Add Filter in Cache ( + add them in config/config_defaults.go for tests)

This commit is contained in:
TeoV
2017-10-25 18:05:34 +03:00
committed by Dan Christian Bogos
parent ff92d3f5a4
commit 97dbad4769
8 changed files with 11 additions and 4 deletions

View File

@@ -63,6 +63,7 @@ var (
CacheStatQueues: StatQueuePrefix,
CacheThresholdProfiles: ThresholdProfilePrefix,
CacheThresholds: ThresholdPrefix,
CacheFilters: FilterPrefix,
}
CachePrefixToInstance map[string]string // will be built on init
)