Fixed the missing values on cache constants

This commit is contained in:
porosnicuadrian
2021-06-14 14:15:50 +03:00
committed by Dan Christian Bogos
parent b6bcdae579
commit 69d696ee49
6 changed files with 37 additions and 35 deletions

View File

@@ -124,6 +124,7 @@ var (
CacheRateProfiles: CacheRateProfilesFilterIndexes,
CacheActionProfiles: CacheActionProfilesFilterIndexes,
CacheFilters: CacheReverseFilterIndexes,
CacheAccounts: CacheAccountsFilterIndexes,
// CacheRates: CacheRateFilterIndexes,
}
@@ -162,6 +163,7 @@ var (
DispatcherHostIDs: DispatcherHostPrefix,
RateProfileIDs: RateProfilePrefix,
ActionProfileIDs: ActionProfilePrefix,
AccountIDs: AccountPrefix,
AttributeFilterIndexIDs: AttributeFilterIndexes,
ResourceFilterIndexIDs: ResourceFilterIndexes,
@@ -193,6 +195,7 @@ var (
DispatcherHostIDs: CacheDispatcherHosts,
RateProfileIDs: CacheRateProfiles,
ActionProfileIDs: CacheActionProfiles,
AccountIDs: CacheAccounts,
AttributeFilterIndexIDs: CacheAttributeFilterIndexes,
ResourceFilterIndexIDs: CacheResourceFilterIndexes,