Type Alias CacheOptions

Part of the ApiOptions type that includes caching-related properties

type CacheOptions = {
    maxCacheAge?: number;
    noCache?: boolean;
    useCacheIfAfter?: Date;
}
Index
maxCacheAge?: number
noCache?: boolean
useCacheIfAfter?: Date