mirror of
https://github.com/ltcptgeneral/cs239-caching.git
synced 2025-09-22 22:57:49 +00:00
Deepseek data generation
This commit is contained in:
3
app/cache/prefetch_cache.py
vendored
3
app/cache/prefetch_cache.py
vendored
@@ -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