foundation-comms.metadatacache
Home > @genesislcap/foundation-comms > MetadataCache
MetadataCache interface
A Metadata cache definition
Signature:
export interface MetadataCache
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
Map<string, Metadata> |
A map of cached metadata, with resource names as keys and metadata as values. |
Methods
|
Method |
Description |
|---|---|
|
Returns the metadata for the specified resource name. | |
|
Returns true if metadata exists for the specified resource name, otherwise false. | |
|
Sets the metadata for the specified resource name. |