memoryEntryCount property

int get memoryEntryCount

Number of entries currently in the memory tier (useful for diagnostics).

Implementation

int get memoryEntryCount => _memoryCache.length;