getCacheStats method

Map<String, dynamic> getCacheStats()

Gets the cache statistics

Implementation

Map<String, dynamic> getCacheStats() {
  return _cacheManager.getCacheStats();
}