Straits Industriesproduction
Search models, nodes, traces…⌘K
SI

Cache

$0.0033 saved

Three cost levers: exact-response reuse, singleflight coalescing of identical in-flight requests, and provider prompt-cache affinity that steers repeat prefixes back to warm placements.

Exact hits
6rate 25%
Misses
188 stored
Coalesced
0singleflight
Bypass
18ineligible
Saved · exact
$0.0033responses reused
Saved · prompt cache
$0.00discounted input

Exact-cache entries

Post-guardrail responses keyed by canonical request hash. Guardrail-policy and profile versions are part of the key, so a policy bump invalidates without a flush.

Key prefixModelKeyed versionsTokensAgeTTL leftHits
9255a633d03395anthropic/claude-sonnetgp_baseline@3@company/general-balanced@72.0K4m ago56m2
2d741b0f9e3f85openai/gpt-5-minigp_baseline@3@company/general-fast@451622m ago4m7

Prompt-affinity directory

Stable prompt prefixes fingerprinted and mapped to the provider/account/node where the provider-side prompt cache is warm. The router pays an affinity bonus to keep repeat prefixes on these placements.

Prefix fingerprintModelProvider / account / nodeCached tokensConfidenceExpires
pfx_7f3a91c2anthropic/claude-sonnetanthropic · acct_anthropic_ent_apse1 · node_sg_dc_0112K84%4m
pfx_c04d22eeopenai/gpt-5.2openai · acct_openai_pool_b_apse1 · node_sg_dc_016.1K61%2m

Session directory

Active sessions pinned to a placement so multi-turn conversations keep hitting the same warm cache.

SessionPinned modelEndpoint / nodeCached tokensConfidenceExpires
sess_agent_ops_01anthropic/claude-sonnetep_sonnet_anthropic_apse1 · node_sg_dc_0118K92%5m

Cache invariants

  • · Input guardrails run before any cache lookup — a blocked request never reads the cache.
  • · Only output-approved content is written; the write happens after POST_MODEL/PRE_RETURN pass.
  • · Guardrail-policy and profile versions live inside the cache key, so stale-policy responses can never be served.
  • · Confidential profiles run with mode: off — nothing is stored.