diff --git a/docs/src/docs/arc42/cross-cutting/under-the-hood.adoc b/docs/src/docs/arc42/cross-cutting/under-the-hood.adoc index b6c560ea99..259c214dbe 100644 --- a/docs/src/docs/arc42/cross-cutting/under-the-hood.adoc +++ b/docs/src/docs/arc42/cross-cutting/under-the-hood.adoc @@ -97,3 +97,14 @@ Whenever a BPN is resolved via BPDM, the partner name is cached on IRS side, as Whenever a semantic model schema is requested from the Semantic Hub, it is stored locally until the cache is evicted (configurable). The IRS can preload configured schema models on startup to reduce on demand call times. Additionally, models can be deployed with the system as a backup to the real Semantic Hub service. + +=== Discovery Service + +The IRS uses the Discovery Finder in order to find the correct EDC Discovery URL for the type BPN. +This URL is cached locally. + +When the EDC Discovery is requested to return the EDC connector endpoint URLs for a specific BPN, the results are cached as well. + +The time to live for both caches can be configured separately as described in the Administration Guide. + +Please find more information on Discovery Service see chapter "System scope and context".