Changes between Initial Version and Version 1 of Ticket #33061, comment 9
- Timestamp:
- Aug 30, 2021, 3:32:50 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33061, comment 9
initial v1 7 7 > You're missing that it calls `self._cache.decr()` not `self.decr()`. 8 8 9 Can you please tell me what does `self._cache.decr()` return for a non-existing key ?9 Can you please tell me what does `self._cache.decr()` return for a missing key ?