Type Parameters

Properties

Accessors

Methods

Properties

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

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