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

@@ -462,6 +462,7 @@ func main() {
// init CacheS
cacheS := initCacheS(internalCacheSChan, server, dmService.GetDM(), exitChan)
engine.SetCache(cacheS)
// init GuardianSv1
initGuardianSv1(internalGuardianSChan, server)