-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Description
This is seemingly the same issue as #452 but as is noted in the comments in that issue, the skipping of None values is still hardcoded into the decorator @cached
.
aiocache/aiocache/decorators.py
Lines 137 to 141 in ceb0b5e
value = await self.get_from_cache(key) | |
if value is not None: | |
return value | |
amaula-valo
Metadata
Metadata
Assignees
Labels
No labels