b2sdk.cache¶
-
class
b2sdk.cache.DummyCache[source]¶ Bases:
b2sdk.cache.AbstractCacheA cache that does nothing.
-
class
b2sdk.cache.InMemoryCache[source]¶ Bases:
b2sdk.cache.AbstractCacheA cache that stores the information in memory.
-
class
b2sdk.cache.AuthInfoCache(info)[source]¶ Bases:
b2sdk.cache.AbstractCacheA cache that stores data persistently in StoredAccountInfo.