CacheAnalytics constructor

CacheAnalytics({
  1. int maxRecentOperations = 100,
})

Creates a new instance of CacheAnalytics.

Implementation

CacheAnalytics({int maxRecentOperations = 100})
    : _maxRecentOperations = maxRecentOperations;