Cache
b2sdk caches the mapping between bucket name and bucket id, so that the user of the library does not need to maintain the mapping to call the api.
- class b2sdk.v2.AbstractCache[source]
- class b2sdk.v2.AuthInfoCache(info)[source]
A cache that stores data persistently in StoredAccountInfo.
- Parameters:
info (
AbstractAccountInfo
) –
- clear()
- class b2sdk.v2.DummyCache[source]
A cache that does nothing.
- clear()