CacheAnalytics constructor
CacheAnalytics({
- int maxRecentOperations = 100,
Creates a new instance of CacheAnalytics.
Implementation
CacheAnalytics({int maxRecentOperations = 100})
: _maxRecentOperations = maxRecentOperations;