Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 548 Bytes

cache.rst

File metadata and controls

22 lines (16 loc) · 548 Bytes

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.

b2sdk.v2.AbstractCache

b2sdk.v2.AuthInfoCache()

b2sdk.v2.DummyCache()

b2sdk.v2.InMemoryCache()