Show More
@@ -1713,7 +1713,7 b' class iwireprotocolcommandcacher(interfa' | |||||
1713 | 8. The command function is invoked. |
|
1713 | 8. The command function is invoked. | |
1714 | 9. ``onobject()`` is called for each object emitted by the command |
|
1714 | 9. ``onobject()`` is called for each object emitted by the command | |
1715 | function. |
|
1715 | function. | |
1716 |
10. After the final object is seen, ``on |
|
1716 | 10. After the final object is seen, ``onfinished()`` is called. | |
1717 | 11. ``__exit__`` is called to signal the end of use of the instance. |
|
1717 | 11. ``__exit__`` is called to signal the end of use of the instance. | |
1718 |
|
1718 | |||
1719 | Cache *key* derivation can be influenced by the instance. |
|
1719 | Cache *key* derivation can be influenced by the instance. | |
@@ -1748,7 +1748,7 b' class iwireprotocolcommandcacher(interfa' | |||||
1748 |
|
1748 | |||
1749 | Implementations could also choose to not emit objects - instead locally |
|
1749 | Implementations could also choose to not emit objects - instead locally | |
1750 | buffering objects or their encoded representation. They could then emit |
|
1750 | buffering objects or their encoded representation. They could then emit | |
1751 |
a single "coalesced" object when ``on |
|
1751 | a single "coalesced" object when ``onfinished()`` is called. In | |
1752 | this way, the implementation would function as a filtering layer of |
|
1752 | this way, the implementation would function as a filtering layer of | |
1753 | sorts. |
|
1753 | sorts. | |
1754 |
|
1754 |
General Comments 0
You need to be logged in to leave comments.
Login now