recentOperations property
List<CacheOperation>
get
recentOperations
Gets the recent operations for detailed analysis.
Implementation
List<CacheOperation> get recentOperations => _recentOperations.toList();