pub struct BlockCache(/* private fields */);๐Deprecated: Use Config::cache_size instead
Expand description
Block cache that caches frequently read disk blocks
Implementationsยง
Sourceยงimpl BlockCache
impl BlockCache
Auto Trait Implementationsยง
impl Freeze for BlockCache
impl RefUnwindSafe for BlockCache
impl Send for BlockCache
impl Sync for BlockCache
impl Unpin for BlockCache
impl UnwindSafe for BlockCache
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