Open the menu
    ```html

    Cache Page Manager: Add Generator

    Features

    • It is an administration interface

    Screens

    Add Generator
    • Name (string, required field, maximum size: 50) : Profile name.
    • Profile (string, required field, maximum size: 32) : Profile to be used by the Generator. A registered profile must be selected.
    • Queues
      • Priority Queues : Set of queues whose caches the generator will prioritize for generation.
      • Generate other queues (boolean, required field, default value: true) : If unchecked, the generator threads (configured in the profile) will only be used to generate cache for pages belonging to the queues included in the "Priority Queues" field. If checked, the generator threads may generate cache for pages from other queues if the queues included in the "Priority Queues" field do not have any pending generation.
    • Servers : It is allowed to register the servers that will generate the page caches according to the configurations defined in the generator. This allows creating a Generator that uses servers that will be added later (or are activated only under certain circumstances). To register all servers, simply use the character “*”. The configured number of threads represents the number of threads that will run on each of the servers (it does not represent the total number).

    Permissions

    • Edit service instance content: Allows managing all the data of this service instance with publisher profile.

    Actions

    • commit
    ```