pub struct BlobCache { /* private fields */ }
Expand description
Blob cache, in which blobs are cached in-memory after being retrieved from disk
This speeds up consecutive accesses to the same blobs, improving read performance for hot data.
Implementations§
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