(self, *args, **kwargs)
| 4 | class CacheClass(LocMemCache): |
| 5 | |
| 6 | def set(self, *args, **kwargs): |
| 7 | raise Exception(class="st">"Faked exception saving to cache") |
| 8 | |
| 9 | async def aset(self, *args, **kwargs): |
| 10 | raise Exception(class="st">"Faked exception saving to cache") |
no outgoing calls