@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.
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-cacheAdd this module to your PRXY_PIPE env var. The order matters — modules run left-to-right on each request.
Configuration
Author
ekkOS Technologies Inc. · @Ekkos-Technologies-Inc