pub fn remove_from_cache(conn: &Connection, path: &Path) -> Result<()>Expand description
Remove an entry row from the cache by file path.
Tags are removed automatically via ON DELETE CASCADE.
The FTS5 index is updated incrementally (no full rebuild needed).
Call this after archelon entry remove to keep the cache consistent.