mirror of
https://github.com/ltcptgeneral/cs239-caching.git
synced 2026-05-15 22:33:38 +00:00
Deepseek data generation
This commit is contained in:
Vendored
+2
-1
@@ -24,5 +24,6 @@ class PrefetchCache(BaselineCache):
|
||||
return True
|
||||
return False
|
||||
|
||||
def set_relations(self):
|
||||
def set_relations(self, key: str, related_key: str, related_val: str):
|
||||
self.key_relations[key] = related_key | related_val
|
||||
return
|
||||
Reference in New Issue
Block a user