exactHits

Hits served by the exact-match layer, without embedding the prompt or searching the store.

A subset of hits, so exactHits / hits is the share of your traffic that was a byte-for-byte repeat. A number close to zero means the layer is costing memory for nothing and its size can go back to 0; a large one is the embedding calls it saved. Stays 0 unless exactCacheSize is positive.