Get cache statistics
Map<String, dynamic> getStats() { return { 'memory': memoryCache.getStats(), 'disk': diskCache != null ? {'enabled': true} : {'enabled': false}, }; }