API Reference/ redb.Core.Caching Class CacheDiagnosticInfo Namespace: redb.Core.CachingAssembly: redb.Core.dllCache diagnostic information.public class CacheDiagnosticInfo Inheritance Object→CacheDiagnosticInfoPropertiesHealthStatusCache health status.public CacheHealthStatus HealthStatus { get; set; } IssuesPotential issues.public List<string> Issues { get; set; } MemoryInfoMemory information.public MemoryUsageInfo MemoryInfo { get; set; } PerformanceInfoPerformance information.public PerformanceInfo PerformanceInfo { get; set; } RecommendationsOptimization recommendations.public List<string> Recommendations { get; set; }