XYO Platform SDK - v3.10.6
    Preparing search index...

    Type Parameters

    Index

    Properties

    Accessors

    Methods

    Properties

    onSchemaCached?: (name: string, entry: SchemaCacheEntry) => void
    proxy?: string

    Object representing null since LRU Cache types only allow for types that derive from object

    Accessors

    • get validators(): T

      A map of cached schema (by name) to payload validators for the schema. A schema must be cached via get('schema.name') before it's validator can be used as they are compiled dynamically at runtime upon retrieval.

      Returns T

    Methods

    • Parameters

      • Optionalschema: string

      Returns Promise<undefined | null | SchemaCacheEntry>