[for discussion] asyncio.client: move cache access out of ClientIO into Protocol#219
[for discussion] asyncio.client: move cache access out of ClientIO into Protocol#219navytux wants to merge 1 commit into
ClientIO into Protocol#219Conversation
…to ensure that we do not store the same information twice into the cache; this may or may not be important) -------- kirr: for discussion Extracted from #195
|
See "a) moving cache access out of ClientIO into Protocol ..." in #195 (comment) . |
|
#195 does not try to move the cache access out of The cache access in The cache access in I do not know what happens when information is stored in the cache which is already there. The original code tried hard to avoid this - maybe, it is important. |
to ensure that we do not store the same information twice into the cache; this may or may not be important
kirr:
Extracted from #195