entryCount property
int
get
entryCount
Total count of cached query entries currently in memory.
Implementation
static int get entryCount => _cache.length;
Total count of cached query entries currently in memory.
static int get entryCount => _cache.length;