ChemPare Documentation - v0.0.0
    Preparing search index...

    Metadata about cached results including timestamp and version information. This helps determine if cached data is stale or needs to be refreshed.

    interface CacheMetadata {
        cachedAt: number;
        version: number;
        query: string;
        supplier: string;
        resultCount: number;
        limit: number;
    }
    Index

    Properties

    cachedAt: number

    When the data was cached

    version: number

    Version of the cache format - useful for cache invalidation

    query: string

    Original query that produced these results

    supplier: string

    Supplier that provided these results

    resultCount: number

    Number of results in the cache

    limit: number

    Limit used to generate this cache