This is a follow on to #203 and #204. Looking up links can take up a bunch of time and bandwidth. Wadm should fetch the initial list of linkdefs from a host and then update the local cache when LinkdefSet and LinkdefDeleted events come in. This can all be backed behind an implementation of the LinkSource trait
NOTE: This would also be nice for claims, but we query claims a lot less and there isn't an event we can use for caching
This is a follow on to #203 and #204. Looking up links can take up a bunch of time and bandwidth. Wadm should fetch the initial list of linkdefs from a host and then update the local cache when
LinkdefSetandLinkdefDeletedevents come in. This can all be backed behind an implementation of theLinkSourcetraitNOTE: This would also be nice for claims, but we query claims a lot less and there isn't an event we can use for caching