[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document provides information on the `CloudMemcacheLimitedErrorCountRetryPolicy`, a retry mechanism for `CloudMemcacheConnection` that counts errors."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a specified limit, using `kUnavailable` as the transient status code."],["You can disable the retry loop by instantiating the policy with `maximum_failures` set to 0."],["The class provides constructors and functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and configure the retry behavior."],["The latest version for the CloudMemcacheRetryPolicy is 2.37.0-rc."]]],[]]