Skip to content

Commit

Permalink
document blueprint cache (#1145)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Gräff <[email protected]>
  • Loading branch information
achimweigel and robertgraeff authored Jun 20, 2024
1 parent fa834bb commit 8ae808c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/technical/installation_controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,5 @@ The controllers handle the delete-without-uninstall annotation in the following
### Optimized usage of OCM lib

To prevent fetching Component Descriptors (CDs) several times, an [OCM context cache](../../pkg/utils/cache/ocm_context_cache.go)
was introduced which caches an OCM context and registry access for the duration of a particular jobID of an Installation.
was introduced which caches an OCM context and registry access for the duration of a particular jobID of an Installation.
The OCM context cache also caches blueprints during one processing cycle of an Installation.

0 comments on commit 8ae808c

Please sign in to comment.