Interface CanSatisfyOptions

Data.canSatisfy options.

interface CanSatisfyOptions {
    isCacheLookup?: boolean;
}

Properties

Properties

isCacheLookup?: boolean

Whether the Interest-Data matching is in the context of cache lookup. If true, Data with zero FreshnessPeriod cannot satisfy Interest with MustBeFresh. If false, this check does not apply.

Default Value

false