logCacheInfo method
void
logCacheInfo()
Get cache information (Debug only)
Implementation
void logCacheInfo() {
debugPrint('Cache Manager: ${cacheManager.runtimeType}');
// Note: Detailed stats might require accessing the repository directly which is internal
}