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 6ce3af1 commit fea26beCopy full SHA for fea26be
src/coherence/client.py
@@ -521,6 +521,9 @@ async def is_empty(self) -> bool:
521
async def is_ready(self) -> bool:
522
"""
523
Returns `true` if this map is ready to be used.
524
+ An example of when this method would return `false` would be where a
525
+ partitioned cache service that owns this cache has no storage-enabled
526
+ members.
527
528
:return: `true`if this map is ready to be used.
529
0 commit comments