Drop the storage, removing it from the underlying storage client and clearing the cache.
(self)
| 55 | |
| 56 | @abstractmethod |
| 57 | async def drop(self) -> None: |
| 58 | """Drop the storage, removing it from the underlying storage client and clearing the cache.""" |
| 59 | |
| 60 | @abstractmethod |
| 61 | async def purge(self) -> None: |
no outgoing calls