fn is_cached(map: &Arc<Map>, dir: Direction, from: Option<&[u8]>) -> bool
Tests whether an initial seek can complete from block cache.
The probe uses the same direction and starting key as the real iterator without filling cache.