All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.src.config.middleware.cache-request-logging.d.ts Maven / Gradle / Ivy

The newest version!
export declare function convertSingleKeyRequest(requestType: string, key: Uint8Array): RequestSingleKeyLog;
export interface RequestLog {
    requestType: string;
}
interface RequestSingleKeyLog extends RequestLog {
    key: string;
}
interface RequestToLogInterfaceConverterFn {
    (request: TRequest): TLog;
}
export declare const CacheRequestToLogInterfaceConverter: Map>;
export {};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy