The TemplateHandler class is responsible for managing template operations such as fetching, updating, and deleting templates. It interacts with a cache system and a client to perform these operations.

Constructors

Methods

  • Parameters

    • templateId: string
    • OptionalskipCache: boolean

    Returns Promise<Template>

  • Parameters

    • templateId: string

    Returns Promise<TemplateWhereIsItUsedResult>