create_blob_store_with_cache

Function create_blob_store_with_cache 

Source
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.