European Parliament MCP Server API - v1.3.10
    Preparing search index...

    Interface LifecycleCacheStatus

    Diagnostic snapshot of the lifecycle-statistics cache for the given corpus size. Never triggers a rebuild and never blocks; intended for health endpoints and warmup-scheduler observability.

    interface LifecycleCacheStatus {
        ageMs: number | null;
        corpusSize: number | null;
        state: LifecycleCacheState;
    }
    Index

    Properties

    ageMs: number | null

    Age of the cached model in milliseconds (since builtAt). null when the cache is COLD.

    corpusSize: number | null

    corpusSize of the cached model. null when the cache is COLD.

    Current cache state.