Register the ExportingPartitions cache type

This commit is contained in:
freddygv 2021-10-24 18:38:02 -06:00
parent a33b6923e0
commit 954d21c6ba

View File

@ -3786,6 +3786,8 @@ func (a *Agent) registerCache() {
a.cache.RegisterType(cachetype.FederationStateListMeshGatewaysName, a.cache.RegisterType(cachetype.FederationStateListMeshGatewaysName,
&cachetype.FederationStateListMeshGateways{RPC: a}) &cachetype.FederationStateListMeshGateways{RPC: a})
a.registerEntCache()
} }
// LocalState returns the agent's local state // LocalState returns the agent's local state