Optional
Protected
Static
Readonly
Object representing null since LRU Cache types only allow for types that derive from object
null
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.
get('schema.name')
Object representing
null
since LRU Cache types only allow for types that derive from object