hoodkit
Preparing search index...
index
CacheStats
Interface CacheStats
Runtime cache counters.
interface
CacheStats
{
coalesced
:
number
;
hits
:
number
;
misses
:
number
;
}
Index
Properties
coalesced
hits
misses
Properties
coalesced
coalesced
:
number
Reads that joined an already-in-flight fetch instead of issuing their own.
hits
hits
:
number
misses
misses
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
coalesced
hits
misses
hoodkit
Loading...
Runtime cache counters.