Documentation
    Preparing search index...

    Interface NappletArtifactCacheIndex

    interface NappletArtifactCacheIndex {
        aggregates: Record<string, NappletAggregateIndexEntry>;
        blobs: Record<string, NappletBlobIndexEntry>;
        coordinates: Record<string, CachedCoordinate>;
        schemaVersion: number;
        updatedAt: number;
    }
    Index

    Properties

    aggregates: Record<string, NappletAggregateIndexEntry>
    blobs: Record<string, NappletBlobIndexEntry>
    coordinates: Record<string, CachedCoordinate>
    schemaVersion: number
    updatedAt: number