Skip to main content

SharedBufferCache

Type Alias SharedBufferCache 

Source
pub type SharedBufferCache<K, V> = Arc<dyn BufferCache<K, V>>;
Expand description

Shared trait object used to pass buffer-cache backends around.

Aliased Typeยง

pub struct SharedBufferCache<K, V> { /* private fields */ }