CatalogProcessorCache.get()
Home > @backstage/plugin-catalog-node
> CatalogProcessorCache
> get
Retrieve a value from the cache.
Signature:
get<ItemType extends JsonValue>(key: string): Promise<ItemType | undefined>;
Parameters
Parameter |
Type |
Description |
---|---|---|
key |
string |
Promise<ItemType | undefined>