Uses of Record Class
cloud.opencode.base.cache.spring.CacheHealthIndicator.CacheHealth
Packages that use CacheHealthIndicator.CacheHealth
-
Uses of CacheHealthIndicator.CacheHealth in cloud.opencode.base.cache.spring
Methods in cloud.opencode.base.cache.spring that return types with arguments of type CacheHealthIndicator.CacheHealthModifier and TypeMethodDescriptionCacheHealthIndicator.HealthResult.caches()Returns the value of thecachesrecord component.Constructor parameters in cloud.opencode.base.cache.spring with type arguments of type CacheHealthIndicator.CacheHealthModifierConstructorDescriptionHealthResult(CacheHealthIndicator.Status status, int cacheCount, long totalEntries, double overallHitRate, Map<String, CacheHealthIndicator.CacheHealth> caches) Creates a HealthResult without error | 创建无错误的健康结果HealthResult(CacheHealthIndicator.Status status, int cacheCount, long totalEntries, double overallHitRate, Map<String, CacheHealthIndicator.CacheHealth> caches, String error) Creates an instance of aHealthResultrecord class.