This commit is contained in:
Chris Miles
2025-06-11 18:37:02 -05:00
parent b8e3901125
commit 1151d55541
2 changed files with 39 additions and 9 deletions
+3
View File
@@ -309,6 +309,9 @@ DataBucketsRepository::DataBuckets DataBucket::GetData(const DataBucketKey &k_,
return e;
}
}
// if we can cache its assumed we didn't load this into the cache so we should not return a miss
return DataBucketsRepository::NewEntity(); // Not found in cache
}
// Fetch the value from the database