@shopify/cli-kit
    Preparing search index...

    Interface CacheOptions

    interface CacheOptions {
        cacheExtraKey?: string;
        cacheStore?: LocalStorage<ConfSchema>;
        cacheTTL: TimeInterval;
    }
    Index

    Properties

    cacheExtraKey?: string
    cacheStore?: LocalStorage<ConfSchema>
    cacheTTL: TimeInterval