sqlCacheStats property

({int evictions, int hits, int misses}) get sqlCacheStats

Diagnostic counters for the SQL pointer cache. Useful from benchmarks to verify that hot paths actually hit. Not part of the public API surface; consider it advisory.

Implementation

({int hits, int misses, int evictions}) get sqlCacheStats => _sqlCache.stats;