We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1e4e1 commit b625124Copy full SHA for b625124
python/glide-async/python/glide/glide_client.py
@@ -768,7 +768,9 @@ async def _refresh_iam_token(self) -> TResult:
768
response = await self._write_request_await_response(request)
769
return response
770
771
- async def _get_cache_metrics(self, metrics_type: CacheMetricsType) -> TResult:
+ async def _get_cache_metrics(
772
+ self, metrics_type: CacheMetricsType.ValueType
773
+ ) -> TResult:
774
"""
775
Get cache metrics (hit rate or miss rate).
776
0 commit comments