CatalogProcessorCache.set()
Home > @backstage/plugin-catalog-node
> CatalogProcessorCache
> set
Store a value in the cache.
Signature:
set<ItemType extends JsonValue>(key: string, value: ItemType): Promise<void>;
Parameters
Parameter |
Type |
Description |
---|---|---|
key |
string | |
value |
ItemType |
Promise<void>