Function hybrid_cache_for_test

Source
pub async fn hybrid_cache_for_test<K, V>() -> HybridCache<K, V>
where K: HybridKey, V: HybridValue,