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

    Interface CachedData<T>

    Type for cached data including the results and metadata

    interface CachedData<T> {
        data: T[];
        __cacheMetadata: CacheMetadata;
    }

    Type Parameters

    • T
    Index

    Properties

    data: T[]

    The actual cached results

    __cacheMetadata: CacheMetadata

    Metadata about the cache entry