metacache done

This commit is contained in:
weisd
2024-12-06 13:50:42 +08:00
parent ed0966cca3
commit af6deab60d
3 changed files with 228 additions and 46 deletions
+1 -1
View File
@@ -591,7 +591,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,