pub fn create_cache_entry(
version: &str,
current_version: &str,
source_name: &str,
etag: Option<String>,
release_url: Option<String>,
release_notes: Option<String>,
) -> CacheEntryExpand description
Create a new CacheEntry with the current timestamp.