risingwave_common::cache

Trait LruValue

source
pub trait LruValue: Send + Sync { }

Implementors§

source§

impl<T: Send + Sync> LruValue for T