- throttlingCache(options?): ConfiguredMiddleware & {
cache: Map<any, any>;
inflight: Map<any, any>;
throttling: Set<unknown>;
cacheResponse(key: any, response: any): void;
} Returns ConfiguredMiddleware & {
cache: Map<any, any>;
inflight: Map<any, any>;
throttling: Set<unknown>;
cacheResponse(key: any, response: any): void;
}