summaryrefslogtreecommitdiff
path: root/docs/api/recipe/cache.rst
blob: fb7f3723697efe51cef97701c30c2f1c37d2ee03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.. _cache_module:

:mod:`kazoo.recipe.cache`
----------------------------

.. automodule:: kazoo.recipe.cache

Public API
++++++++++

    .. autoclass:: TreeCache

        .. automethod:: start
        .. automethod:: close
        .. automethod:: listen
        .. automethod:: listen_fault
        .. automethod:: get_data
        .. automethod:: get_children

    .. autoclass:: TreeEvent
        :members:
        :show-inheritance:

    .. autoclass:: NodeData
        :members:
        :show-inheritance: