pub fn flush_pkgbuild_cache()Expand description
What: Persist the PKGBUILD parse cache to disk when dirty.
Inputs: None.
Output:
- Best-effort disk write of the cache file; clears the dirty flag on success.
Details:
- Safe to call frequently; returns immediately when nothing has changed.