Skip to content

createMemoryBlobStore

This content is not available in your language yet.

function createMemoryBlobStore(options?): SegmentBlobStore & {
size: number;
keys: string[];
};

创建纯内存的 SegmentBlobStore;附 size / keys() 供测试直读。

MemoryBlobStoreOptions