createMemoryBlobStore
function createMemoryBlobStore(options?): SegmentBlobStore & { size: number; keys: string[];};创建纯内存的 SegmentBlobStore;附 size / keys() 供测试直读。
options?
Section titled “options?”本文是否有帮助?
感谢反馈,我们会持续改进这篇文章。
function createMemoryBlobStore(options?): SegmentBlobStore & { size: number; keys: string[];};创建纯内存的 SegmentBlobStore;附 size / keys() 供测试直读。
感谢反馈,我们会持续改进这篇文章。