Register the ExportingPartitions cache type
This commit is contained in:
parent
8b5a9369eb
commit
183849416b
|
@ -3786,6 +3786,8 @@ func (a *Agent) registerCache() {
|
|||
|
||||
a.cache.RegisterType(cachetype.FederationStateListMeshGatewaysName,
|
||||
&cachetype.FederationStateListMeshGateways{RPC: a})
|
||||
|
||||
a.registerEntCache()
|
||||
}
|
||||
|
||||
// LocalState returns the agent's local state
|
||||
|
|
Loading…
Reference in New Issue