pub fn load_cache_entries( db: &Database, ) -> Result<Vec<(String, PersistedCacheEntry)>>
Load all non-expired cache entries from the database.