Type Alias CacheOptions

Part of the ApiOptions type that includes caching-related properties

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

Properties

maxCacheAge?: number
noCache?: boolean
useCacheIfAfter?: Date