CacheCategory: {
    DatasetCache: "DatasetCache";
    Default: "default";
    Metadata: "Metadata";
    RunQueryCache: "RunQueryCache";
    RunViewCache: "RunViewCache";
} = ...

Storage categories for organizing cache data. These map to IndexedDB object stores or localStorage key prefixes.

Type declaration

  • Readonly DatasetCache: "DatasetCache"

    Cache for Dataset results

  • Readonly Default: "default"

    Default category for uncategorized data

  • Readonly Metadata: "Metadata"

    Cache for metadata

  • Readonly RunQueryCache: "RunQueryCache"

    Cache for RunQuery results

  • Readonly RunViewCache: "RunViewCache"

    Cache for RunView results