We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b4bca7 commit 8b8dd25Copy full SHA for 8b8dd25
4 files changed
docs/api.rst
@@ -16,6 +16,7 @@ organized alphabetically by module name.
16
api/interfaces
17
api/protocol/states
18
api/recipe/barrier
19
+ api/recipe/cache
20
api/recipe/counter
21
api/recipe/election
22
api/recipe/lease
docs/api/recipe/cache.rst
@@ -0,0 +1,26 @@
1
+.. _cache_module:
2
+
3
+:mod:`kazoo.recipe.cache`
4
+----------------------------
5
6
+.. automodule:: kazoo.recipe.cache
7
8
+Public API
9
+++++++++++
10
11
+ .. autoclass:: TreeCache
12
13
+ .. automethod:: start
14
+ .. automethod:: close
15
+ .. automethod:: listen
+ .. automethod:: listen_fault
+ .. automethod:: get_data
+ .. automethod:: get_children
+ .. autoclass:: TreeEvent
+ :members:
+ :show-inheritance:
23
24
+ .. autoclass:: NodeData
25
26
0 commit comments