Interface GeoServicesMetadataRequestOptions

Exact cache directive supported by raw GeoServices service discovery.

interface GeoServicesMetadataRequestOptions {
    cache?: HonuaCacheReadMode;
}

Properties

Properties

"bypass" adds no-store/no-cache request headers. Raw service discovery does not own an SDK-local metadata cache, so TTL and stale-fallback controls are deliberately not part of this contract.