RevGrid - v0.11.1
    Preparing search index...

    This factory service adds caching to table field-source definition construction.

    Caching helps avoid repeated recomputation of equivalent definition graphs, reducing setup overhead in dynamic sourced-field/table scenarios.

    Use it when field-source definitions are expensive or reused across multiple table constructions.

    1. RevStandardTableFieldSourceDefinitionCachingFactoryService
    1. get(typeId): Returns cached definition or creates one via provided factory.
    2. createLayoutDefinition(fieldIds): Builds column-layout definitions from field identifiers.

    The class page in API Reference includes complete generic parameters and member signatures.