@karmaniverous/jeeves-watcher
    Preparing search index...

    Class ValuesManager

    Manages a persistent values.json file tracking distinct metadata values per rule.

    Hierarchy

    Index

    Constructors

    Properties

    cache: ValuesIndex | null = null

    In-memory cache of the file contents, or null if not yet loaded.

    filePath: string

    Path to the binary file on disk.

    logger: Logger

    Logger instance for warnings and diagnostics.

    Methods