Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Interface MCPCacheEntry

    A single cached MCP query result

    interface MCPCacheEntry {
        timestamp: string;
        ttl?: number;
        resultHash: string;
        result: unknown;
    }
    Index

    Properties

    timestamp: string
    ttl?: number
    resultHash: string
    result: unknown