Update docs/features/software-catalog/external-integrations.md

Signed-off-by: Johan Haals <johan.haals@gmail.com>

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Johan Haals
2021-09-29 10:27:04 +02:00
committed by GitHub
parent 8621a63eb6
commit 95f324cb7f
@@ -200,7 +200,7 @@ import { CatalogProcessorParser } from '.';
// changes to the processor implementation or CacheItem.
const CACHE_KEY = 'v1';
// CacheItem is our cache containing ETag used in the upstream request
// Our cache item contains the ETag used in the upstream request
// as well as the processing result used when the Etag matches.
// Bump the CACHE_KEY version if you make any changes to this type.
type CacheItem = {