Documentation
    Preparing search index...

    Type Alias CacheStorageDriverOptions

    CacheStorageDriverOptions: StorageDriverOptions & {
        cache: Loadable<Cache>;
        url: Loadable<URL>;
    }

    Type Declaration

    • cache: Loadable<Cache>

      Cache Store name, defaults as 'tachyon'

    • url: Loadable<URL>

      Cache Request url