memoryEntryCount property
int
get
memoryEntryCount
Number of entries currently in the memory tier (useful for diagnostics).
Implementation
int get memoryEntryCount => _memoryCache.length;
Number of entries currently in the memory tier (useful for diagnostics).
int get memoryEntryCount => _memoryCache.length;