@prxy-official/exact-cache

Exact Cache✓ Verified

Returns cached responses for byte-identical requests. Hash-keyed by a stable serialization of the canonical request — fastest cache type with zero false positives.

cachev1.0.0MITcloudlocal#cache#hash#deterministic#latency

Install

# Cloud
PRXY_PIPE=mcp-optimizer,semantic-cache,@prxy-official/exact-cache

# Local
# Built-in module — ships with the gateway, no install needed
PRXY_PIPE=mcp-optimizer,semantic-cache,@prxy-official/exact-cache

Add this module to your PRXY_PIPE env var. The order matters — modules run left-to-right on each request.

Configuration

Schema: https://github.com/Ekkos-Technologies-Inc/prxy-monster/blob/main/packages/modules-core/src/exact-cache.ts

Author

ekkOS Technologies Inc. · @Ekkos-Technologies-Inc