Uses of Class
cloud.opencode.base.cache.resilience.GracefulDegradation
Packages that use GracefulDegradation
-
Uses of GracefulDegradation in cloud.opencode.base.cache.resilience
Methods in cloud.opencode.base.cache.resilience that return GracefulDegradationModifier and TypeMethodDescriptionstatic <K,V> GracefulDegradation <K, V> GracefulDegradation.create()Creates a GracefulDegradation instance with default configuration.static <K,V> GracefulDegradation <K, V> GracefulDegradation.create(GracefulDegradation.Config config) Creates a GracefulDegradation instance with the specified configuration.