mirror of https://github.com/status-im/consul.git
Register the ExportingPartitions cache type
This commit is contained in:
parent
a33b6923e0
commit
954d21c6ba
|
@ -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