metacache done

This commit is contained in:
weisd
2024-12-06 13:50:42 +08:00
committed by weisd
parent 25e3807428
commit 43bc4db87c
3 changed files with 228 additions and 46 deletions
+1 -1
View File
@@ -594,7 +594,7 @@ pub struct MetadataResolutionParams {
pub candidates: Vec<Vec<FileMetaShallowVersion>>,
}
#[derive(Clone, Debug, Default, Serialize, Deserialize)]
#[derive(Clone, Debug, Default, Serialize, Deserialize, PartialEq)]
pub struct MetaCacheEntry {
// name is the full name of the object including prefixes
pub name: String,