Searched refs:cache_bytes (Results 1 – 2 of 2) sorted by relevance
266 let cache_bytes = zstd::decode_all(&compressed_cache_bytes[..]) in get_data() localVariable269 Some(cache_bytes) in get_data()
320 let cache_bytes = unwrap_or_warn!( in handle_on_cache_get() localVariable328 zstd::encode_all(&cache_bytes[..], opt_compr_lvl), in handle_on_cache_get()