pub fn create_blob_store_with_cache<Node: FullNodeTypes>(
ctx: &BuilderContext<Node>,
cache_size: Option<u32>,
) -> Result<DiskFileBlobStore>Expand description
Create blob store with custom cache size configuration for how many blobs should be cached in memory.