pub struct BlobCache(/* private fields */);๐Deprecated: Use Config::cache_size instead
Expand description
Blob cache that caches frequently read blobs
Implementationsยง
Methods from Deref<Target = BlockCache>ยง
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for BlobCache
impl RefUnwindSafe for BlobCache
impl Send for BlobCache
impl Sync for BlobCache
impl Unpin for BlobCache
impl UnwindSafe for BlobCache
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more