MCPcopy Create free account
hub / github.com/idosal/git-mcp / CacheQueryOptions

Interface CacheQueryOptions

worker-configuration.d.ts:853–855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

851 put(request: RequestInfo | URL, response: Response): Promise<void>;
852}
853interface CacheQueryOptions {
854 ignoreMethod?: boolean;
855}
856/**
857* The Web Crypto API provides a set of low-level functions for common cryptographic tasks.
858* The Workers runtime implements the full surface of this API, but with some differences in

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected