(self)
| 69 | |
| 70 | @property |
| 71 | def db_path(self) -> StrOrPath: |
| 72 | return self.responses.db_path |
| 73 | |
| 74 | def clear(self): |
| 75 | """Delete all items from the cache. If this fails due to a corrupted cache or other I/O |
nothing calls this directly
no outgoing calls
no test coverage detected