pub fn sqlite_cache_store(
database_path: impl AsRef<Path>,
) -> Arc<dyn GithubReadCacheStore> ⓘExpand description
Convenience constructor for the real cache location. The read integration
supplies its existing aft.db path; this module never creates a second DB.