Function: clearServingEndpointsCache()
clearServingEndpointsCache(
host?):Promise<void>
Force-evict cached endpoint listings via AppKit’s CacheManager. With a
host deletes that one workspace’s entry; without one clears every cache
entry on the manager (since CacheManager doesn’t expose a namespace-scoped
clear, this is the brute-force path - fine for tests, avoid in steady-state
code).
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”Promise<void>