Lazily loads a metadata value and caches the value.
- Namespace
- Statiq
.Common - Containing Type
- Cached
Delegate Metadata Value - Overridden
- Get
(string, IMetadata)
Syntax
public override object Get(string key, IMetadata metadata)
Parameters
| Name | Type | Description |
|---|---|---|
| key | string | The metadata key being requested. |
| metadata | IMetadata | The metadata object requesting the value. |
Return Value
| Type | Description |
|---|---|
| object | The object to use as the value. |