Add TransCache inside CacheS

This commit is contained in:
TeoV
2020-04-09 17:50:27 +03:00
committed by Dan Christian Bogos
parent 1ade35d0d0
commit 81b52eef65
8 changed files with 115 additions and 57 deletions

View File

@@ -621,5 +621,9 @@ func GetDefaultEmptyCacheStats() map[string]*ltcache.CacheStats {
Items: 0,
Groups: 0,
},
utils.CacheUCH: {
Items: 0,
Groups: 0,
},
}
}